mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 03:21:35 +02:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
|
# Contributor: Andrew Hills <ahills@ednos.net>
|
|
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
|
|
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
|
|
pkgname=girara
|
|
pkgver=0.2.6
|
|
pkgrel=0
|
|
pkgdesc="girara - gtk user interface that focuses on simplicity and minimalism"
|
|
url="https://pwmt.org/projects/girara/"
|
|
arch="all"
|
|
license="zlib"
|
|
makedepends="gtk+3.0-dev libnotify-dev intltool doxygen check-dev ncurses"
|
|
subpackages="$pkgname-doc $pkgname-dev $pkgname-lang"
|
|
source="https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz"
|
|
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
|
|
build() {
|
|
make -C "$_builddir" COLOR=0 || return 1
|
|
make -C "$_builddir/doc" COLOR=0 || return 1
|
|
}
|
|
|
|
package() {
|
|
make PREFIX=/usr DESTDIR="$pkgdir" \
|
|
-C "$_builddir" install || return 1
|
|
}
|
|
|
|
doc() {
|
|
pkgdesc="girara - gtk user interface that focuses on simplicity and minimalism (documentation)"
|
|
_docdir="$subpkgdir"/usr/share/doc/$pkgname/
|
|
mkdir -p "$_docdir"
|
|
cp -r "$_builddir"/doc/build/html/* "$_docdir"
|
|
}
|
|
|
|
md5sums="99900fc6bfb769a2cc76c234000a64d7 girara-0.2.6.tar.gz"
|
|
sha256sums="eba69b3522b4d149e06d133de52877913275873c505993fad08b6d7884ec9a0f girara-0.2.6.tar.gz"
|
|
sha512sums="a55702fc85594c6b8ee2cf3cdcde659b2b85559d1d5d2eff9ff05247b9762d0ee4ccc8e5e2fbb12ad174fb85bca7941a413c866aafa419765ed88cc1c4efa901 girara-0.2.6.tar.gz"
|