~alpine/aports

testing/acf-accel-ppp: new aport v1 PROPOSED

אודי אזולאי <udi@modern-sys.com>
אודי אזולאי: 1
 testing/acf-accel-ppp: new aport

 1 files changed, 20 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4167/mbox | git am -3
Learn more about email & git

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

אודי אזולאי <udi@modern-sys.com>
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