mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/mblaze: new aport
This commit is contained in:
parent
580465b671
commit
a1e0975ef1
33
testing/mblaze/APKBUILD
Normal file
33
testing/mblaze/APKBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Maintainer:
|
||||
pkgname=mblaze
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Unix utilities to deal with Maildir"
|
||||
url="https://github.com/chneukirchen/mblaze"
|
||||
arch="all"
|
||||
license="public domain"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
options="!check"
|
||||
source="https://github.com/chneukirchen/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
make -C "$builddir"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make PREFIX="/usr" DESTDIR="$pkgdir" install
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/doc/$pkgname/examples/
|
||||
install -m644 *.example "$pkgdir"/usr/share/doc/$pkgname/examples/
|
||||
install -m644 NEWS.md VIOLATIONS.md README \
|
||||
"$pkgdir"/usr/share/doc/$pkgname/
|
||||
}
|
||||
|
||||
sha512sums="7bbe8285cd1453e5b79e0b4af7ef38e0a4d24aa3317530480be2a89554cae0afa47f18e159ee976930dcea95fd92e07ab534a57c98f8cef42c37f5dce709fa12 mblaze-0.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user