2023-12-23 22:15:03 -05:00
|
|
|
# Template file for 'Vesktop'
|
|
|
|
pkgname=vesktop
|
2024-04-14 13:51:21 -04:00
|
|
|
version=1.5.1
|
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"
|
2024-04-14 13:51:21 -04:00
|
|
|
checksum=07c2d697806bd53a0fa4650dd84e7263b641c4dc03e68645d8ed86b52bf8d60e
|
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
|