Files
vesktop-void-template/template
2025-10-20 12:03:23 +00:00

25 lines
701 B
Plaintext

pkgname=vesktop
version=1.6.0
revision=1
archs="x86_64"
maintainer="Wizzard <rich@bandaholics.cash>"
short_desc="Vesktop"
homepage="https://github.com/Vencord/Vesktop"
license="LicenseType"
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop_${version}_amd64.deb"
checksum=3af17d0fe0e59ac6f4672c1e877688d90f294772ea42727e1ea2820aceee2f73
hostmakedepends="tar xz"
do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vesktop_${version}_amd64.deb
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/
}