Update srcpkgs/ayugram-desktop/template

update
This commit is contained in:
Wallenstein 2024-10-13 15:43:32 +03:00
parent 42e6b3f7df
commit a7b3b2b4a9

View file

@ -13,11 +13,13 @@ checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb"
do_install() {
local binfile="${DESTDIR}/usr/bin/ayugram-desktop"
cp ${XBPS_BUILDDIR}/ayugram-desktop-${version} ${binfile}
cp ${wrksrc}/ayugram-desktop-${version} ${binfile}
chmod 755 ${binfile}
mkdir -p ${DESTDIR}/usr/share/applications
vinstall ayugram.desktop 644 usr/share/applications
mkdir -p ${DESTDIR}/usr/share/icons/hicolor/256x256/apps
install -Dm644 ${FILESDIR}/ayuchan.png ${DESTDIR}/usr/share/icons/hicolor/256x256/apps/ayuchan.png
}