vesktop-void-template/template

29 lines
803 B
Plaintext

# Template file for 'Vesktop'
pkgname=vesktop
version=1.5.1
revision=1
archs="x86_64"
maintainer="Wizzard <rich@bandaholics.cash>"
short_desc="Vesktop - Your Short Description"
homepage="https://github.com/Vencord/Vesktop"
license="LicenseType"
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop_${version}_amd64.deb"
checksum=07c2d697806bd53a0fa4650dd84e7263b641c4dc03e68645d8ed86b52bf8d60e
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/
}
# Any other necessary functions or variables