mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 11:45:36 +02:00
29 lines
783 B
Text
29 lines
783 B
Text
# Contributor: Danct12 <danct12@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=libglibutil
|
|
pkgver=1.0.80
|
|
pkgrel=0
|
|
pkgdesc="Library of glib utilities"
|
|
url="https://github.com/sailfishos/libglibutil"
|
|
arch="all"
|
|
license="BSD-3-Clause"
|
|
makedepends="glib-dev"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="https://github.com/sailfishos/libglibutil/archive/$pkgver/libglibutil-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make KEEP_SYMBOLS=1 release pkgconfig
|
|
}
|
|
|
|
check() {
|
|
make test
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install-dev
|
|
install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
|
}
|
|
|
|
sha512sums="
|
|
8dea9bae8d06e01e23ae10fa0b4f853f65eca697df243a8ed99233cde3bdcecea7aefcc253095201c39acb94541bf9b948b1fad622fdab87dea002128209bc7a libglibutil-1.0.80.tar.gz
|
|
"
|