Update srcpkgs/ayugram-desktop/template
update
This commit is contained in:
parent
597f2a61da
commit
42e6b3f7df
1 changed files with 3 additions and 4 deletions
|
@ -7,14 +7,13 @@ homepage="https://github.com/AyuGram/AyuGramDesktop"
|
|||
short_desc="AyuGram binary package"
|
||||
maintainer="Wallenstein <wallenstein@cringetech.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
#distfiles="https://ayugram.cringetech.net/ayugram-desktop-${version}"
|
||||
#checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb"
|
||||
distfiles="https://ayugram.cringetech.net/ayugram-desktop-${version}"
|
||||
checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb"
|
||||
|
||||
do_install() {
|
||||
local url="https://ayugram.cringetech.net/ayugram-desktop-${version}"
|
||||
local binfile="${DESTDIR}/usr/bin/ayugram-desktop"
|
||||
|
||||
wget -O ${binfile} ${url}
|
||||
cp ${XBPS_BUILDDIR}/ayugram-desktop-${version} ${binfile}
|
||||
|
||||
chmod 755 ${binfile}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue