initial import
This commit is contained in:
31
graphene/PKGBUILD
Normal file
31
graphene/PKGBUILD
Normal file
@@ -0,0 +1,31 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=graphene
|
||||
pkgver=1.10.2
|
||||
pkgrel=1
|
||||
pkgdesc="A thin layer of graphic data types"
|
||||
url="https://ebassi.github.io/graphene/"
|
||||
arch=(i686 x86_64)
|
||||
license=(Expat)
|
||||
depends=(glib2)
|
||||
makedepends=(gobject-introspection meson)
|
||||
source=(https://github.com/ebassi/graphene/releases/download/$pkgver/graphene-$pkgver.tar.xz)
|
||||
sha512sums=('a8a8ef1e4ccffee2313a18b9b8dda06c7ede6d49fdde8578694500634e3c90278fd30af7d88938d5ecb08c519cc3e09d21fe69d0f21cb766e056ceedbb3eafb0')
|
||||
|
||||
build() {
|
||||
hyperbola-meson $pkgname-$pkgver build \
|
||||
-D gtk_doc=false \
|
||||
-D installed_tests=false
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
check() {
|
||||
meson test -C build --print-errorlogs
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname-$pkgver/LICENSE.txt
|
||||
}
|
||||
|
||||
# vim:set sw=2 et:
|
||||
Reference in New Issue
Block a user