~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/acf-accel-ppp: new aport

אודי אזולאי <udi@modern-sys.com>
Details
Message ID
<VE1PR10MB390190032EA10A91DBF60347860D2@VE1PR10MB3901.EURPRD10.PROD.OUTLOOK.COM>
DKIM signature
missing
Download raw message
Patch: +20 -0
https://github.com/UdiAzulay/acf-accel-ppp
ACF gui for accel-ppp
---
 testing/acf-accel-ppp/APKBUILD | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 testing/acf-accel-ppp/APKBUILD

diff --git a/testing/acf-accel-ppp/APKBUILD b/testing/acf-accel-ppp/APKBUILD
new file mode 100644
index 00000000000..5dd44399b70
--- /dev/null
+++ b/testing/acf-accel-ppp/APKBUILD
@@ -0,0 +1,20 @@
# Contributor: Udi Azulay <udi@ctrlz.co.il>
# Maintainer: Udi Azulay <udi@ctrlz.co.il>
pkgname=acf-accel-ppp
pkgver=0.1
pkgrel=0
pkgdesc="acf gui for accel-ppp"
url="https://github.com/UdiAzulay/acf-accel-ppp"
arch="noarch"
license="GPL-2.0-only"
depends="acf-core"
source="https://github.com/UdiAzulay/acf-accel-ppp/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver/"

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="
41e9442305d5be371742ad704578f667a1898dd24041e54ee1a7b97448046f810d9faf988430b93d1235f772844f9f00eb27bc1d5cbe8e04b38b22a4e1ddb107  acf-accel-ppp-0.1.tar.bz2
"
-- 
2.43.0
Reply to thread Export thread (mbox)