mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=gource
|
|
pkgver=0.54
|
|
pkgrel=0
|
|
pkgdesc="Software version control visualization"
|
|
url="https://gource.io/"
|
|
arch="all !s390x"
|
|
license="GPL-3.0"
|
|
makedepends="
|
|
boost-dev
|
|
ftgl-dev
|
|
glew-dev
|
|
glm-dev
|
|
glu-dev
|
|
libjpeg-turbo-dev
|
|
libpng-dev
|
|
pcre2-dev
|
|
sdl2-dev
|
|
sdl2_image-dev
|
|
tinyxml-dev
|
|
"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/acaudwell/Gource/releases/download/gource-$pkgver/gource-$pkgver.tar.gz
|
|
disable-failing-test.patch
|
|
"
|
|
|
|
build() {
|
|
./configure \
|
|
--host=$CHOST \
|
|
--build=$CBUILD \
|
|
--prefix=/usr \
|
|
--with-tinyxml
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check || {
|
|
cat ./test-suite.log
|
|
return 1
|
|
}
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
a9fd2ff7c51931a543d4ab6dc85dd4b2c187ecca1be630006bb60ac2507180ccf40561e37f50493e052c839d9f5f896ae8f113fb65844c2fa9bde33fcd6b53e8 gource-0.54.tar.gz
|
|
65a66b8b4c6facd859cd10f9a7030d2a4803ffb4056cbe48577c976cb6943c5dbd0c2c932808e25323300cc99ed232b5f31c5599ccd4aabcba814dfa42734b88 disable-failing-test.patch
|
|
"
|