2023-12-23 22:15:03 -05:00
|
|
|
# Template file for 'Vesktop'
|
|
|
|
|
pkgname=vesktop
|
2025-07-23 19:10:14 +00:00
|
|
|
version=1.5.8
|
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-07-23 19:10:14 +00:00
|
|
|
checksum=55832e33e5369133b7634616a0a4a4577e1284f363fe0827df75e4b701999704
|
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
|
|
|
}
|