mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/unibilium: new aport
https://github.com/mauke/unibilium/ A terminfo parsing library
This commit is contained in:
parent
914e080c9c
commit
6039effde3
30
testing/unibilium/APKBUILD
Normal file
30
testing/unibilium/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
|
||||
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
|
||||
pkgname=unibilium
|
||||
pkgver=1.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="A terminfo parsing library"
|
||||
url="https://github.com/mauke/unibilium/"
|
||||
arch="all"
|
||||
license="LGPL3"
|
||||
depends=""
|
||||
depends_dev="libtool"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/"$pkgname"-"$pkgver"
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make PREFIX=/usr || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="9b1c97839a880a373da6c097443b43c4 unibilium-1.2.0.tar.gz"
|
||||
sha256sums="623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8 unibilium-1.2.0.tar.gz"
|
||||
sha512sums="7aff79669200810c2910006aba657ca2276123ecb3e6e0ba01fa2d1c3cdf838c391594e6035ef150deb6185c4f1e43fe1b0bfb59b23c6697d801a5bdee37a0ee unibilium-1.2.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user