2023-12-23 22:15:03 -05:00
|
|
|
pkgname=vesktop
|
2025-10-20 12:03:23 +00:00
|
|
|
version=1.6.0
|
2023-12-23 22:15:03 -05:00
|
|
|
revision=1
|
|
|
|
|
archs="x86_64"
|
|
|
|
|
maintainer="Wizzard <rich@bandaholics.cash>"
|
2025-07-23 15:07:58 -04:00
|
|
|
short_desc="Vesktop"
|
2023-12-23 22:15:03 -05:00
|
|
|
homepage="https://github.com/Vencord/Vesktop"
|
|
|
|
|
license="LicenseType"
|
2024-01-19 13:36:00 -05:00
|
|
|
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop_${version}_amd64.deb"
|
2025-10-20 12:03:23 +00:00
|
|
|
checksum=3af17d0fe0e59ac6f4672c1e877688d90f294772ea42727e1ea2820aceee2f73
|
2023-12-23 22:15:03 -05:00
|
|
|
hostmakedepends="tar xz"
|
|
|
|
|
|
|
|
|
|
do_extract() {
|
2024-01-19 13:36:00 -05:00
|
|
|
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vesktop_${version}_amd64.deb
|
2023-12-23 22:15:03 -05:00
|
|
|
tar xf data.tar.xz -C ${wrksrc}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
|
vmkdir /usr/share
|
|
|
|
|
vmkdir /opt/Vesktop
|
|
|
|
|
|
|
|
|
|
# Copy the files and directories
|
|
|
|
|
vcopy usr/share/* /usr/share/
|
|
|
|
|
vcopy opt/Vesktop/* /opt/Vesktop/
|
2024-05-03 08:42:19 -04:00
|
|
|
}
|