vesktop-void-template/template

29 lines
803 B
Plaintext
Raw Normal View History

2023-12-23 22:15:03 -05:00
# Template file for 'Vesktop'
pkgname=vesktop
2024-01-19 13:36:00 -05:00
version=1.5.0
2023-12-23 22:15:03 -05:00
revision=1
archs="x86_64"
maintainer="Wizzard <rich@bandaholics.cash>"
short_desc="Vesktop - Your Short Description"
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"
checksum=e64d144156fdbfc2525158dfaeaa8b0a0dd84e2c55eeab0456fc47514fab9932
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/
}
# Any other necessary functions or variables