~alpine/aports

[alpine-aports] [PATCH] testing/beard: new aport

Andrew Hills <ahills@ednos.net>
Details
Message ID
<1432933917-5922-1-git-send-email-ahills@ednos.net>
Sender timestamp
1432933917
DKIM signature
missing
Download raw message
Patch: +32 -0
https://github.com/ahills/beard
Simple hibernation daemon
---
 testing/beard/APKBUILD | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 testing/beard/APKBUILD

diff --git a/testing/beard/APKBUILD b/testing/beard/APKBUILD
new file mode 100644
index 0000000..d93768f
--- /dev/null
+++ b/testing/beard/APKBUILD
@@ -0,0 +1,32 @@
# Contributor: Andrew Hills <ahills@ednos.net>
# Maintainer: Andrew Hills <ahills@ednos.net>
pkgname=beard
pkgver=0.1
pkgrel=0
pkgdesc="Simple hibernation daemon"
url="https://github.com/ahills/beard"
arch="noarch"
license="Public Domain"
depends="pm-utils"
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
source="saveas-https://github.com/ahills/beard/archive/v$pkgver.tar.gz/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir/$pkgname-$pkgver"

build() {
	return 0
}

package() {
	cd "$_builddir"
	mkdir -p "$pkgdir"/etc/init.d \
		 "$pkgdir"/etc/conf.d
	make PREFIX=/usr DESTDIR="$pkgdir" openrc install
}

md5sums="233f91584a05031cdeb55c0538b24d58  beard-0.1.tar.gz"
sha256sums="a9138969aa4024b9a803d7b99d0a0a5ff913680c045b5d8b3be781752254cbfe  beard-0.1.tar.gz"
sha512sums="8e9816f4eafd63152329ae59c1efa675004b9bba81540aaa451b0c6cc27d30831610e42a926c2d19238f11dab2ffcb96d19d49cd638a50aec86a75b6d882c2bc  beard-0.1.tar.gz"
-- 
2.4.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)