Added source for build scripts

This commit is contained in:
2022-11-01 11:54:13 -04:00
parent d133406de9
commit a97aa6052a
+2
View File
@@ -23,6 +23,7 @@ _create_generic() {
} && } &&
_create_pkgbuild() { _create_pkgbuild() {
source='https://github.com/rwinkhart/sshyp-labs/releases/download/v$pkgver/sshyp-mfa-$pkgver.tar.xz'
echo -e '\ngenerating PKGBUILD...' echo -e '\ngenerating PKGBUILD...'
echo "# Maintainer: Randall Winkhart <idgr at tutanota dot com> echo "# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp-mfa pkgname=sshyp-mfa
@@ -46,6 +47,7 @@ package() {
} && } &&
_create_apkbuild() { _create_apkbuild() {
source='https://github.com/rwinkhart/sshyp-labs/releases/download/v$pkgver/sshyp-mfa-$pkgver.tar.xz'
echo -e '\ngenerating APKBUILD...' echo -e '\ngenerating APKBUILD...'
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com> echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
pkgname=sshyp-mfa pkgname=sshyp-mfa