~alpine/aports

testing/netifrc: new aport v1 APPLIED

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Haelwenn (lanodan) Monnier: 1
 testing/netifrc: new aport

 1 files changed, 27 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/3545/mbox | git am -3
Learn more about email & git

[PATCH] testing/netifrc: new aport Export this patch

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Network management+configuration with syntax close to iproute2 from gentoo
---
 testing/netifrc/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/netifrc/APKBUILD

diff --git a/testing/netifrc/APKBUILD b/testing/netifrc/APKBUILD
new file mode 100644
index 0000000000..cd7271ce60
--- /dev/null
+++ b/testing/netifrc/APKBUILD
@@ -0,0 +1,27 @@
# Maintainer: Haelwenn (lanodan) Monnier <contact+alpine@hacktivis.me>
pkgname=netifrc
pkgver=0.7.3
pkgrel=0
pkgdesc="Gentoo Network Interface Management Scripts"
url="https://gitweb.gentoo.org/proj/netifrc.git/"
arch="all"
license="BSD-2"
depends=""
makedepends=""
install=""
source="https://gitweb.gentoo.org/proj/netifrc.git/snapshot/netifrc-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	make all
}

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

check() {
	make check
}

sha512sums="a82ac6835c15763becb5845a8c8d90dfd8d6c289ea5e00b0d7ae332d3e7ad6797f0fdcbf27bb9f44ff345c98884cdfa13210c76089585b8dd9970ded5f6236d8  netifrc-0.7.3.tar.gz"
-- 
2.31.1