mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-15 18:51:48 +02:00
30 lines
783 B
Plaintext
30 lines
783 B
Plaintext
# Contributor: Danct12 <danct12@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=libglibutil
|
|
pkgver=1.0.79
|
|
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="
|
|
ee0b72d859702c142d86a3147fe5fca48ea0296c5aaf63f355fd7f46eaae027481ad1de3a6ebb7c41205ea1a586f0ccfd8fe41b6d3bf6111fa613df69173e3dc libglibutil-1.0.79.tar.gz
|
|
"
|