19 lines
793 B
Bash
19 lines
793 B
Bash
# Template file for 'gource'
|
|
pkgname=gource
|
|
version=0.54
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--with-tinyxml --enable-ttf-font-dir=/usr/share/fonts/TTF
|
|
--with-boost-libdir=$XBPS_CROSS_BASE/usr/lib/"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="tinyxml-devel libpng-devel SDL2_image-devel glew-devel
|
|
freetype-devel boost-devel glm pcre2-devel"
|
|
depends="freefont-ttf"
|
|
short_desc="Software version control visualization"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gource.io/"
|
|
changelog="https://raw.githubusercontent.com/acaudwell/Gource/master/ChangeLog"
|
|
distfiles="https://github.com/acaudwell/Gource/releases/download/gource-${version}/gource-${version}.tar.gz"
|
|
checksum=1dcbcedf65d2cf4d69fe0b633e54c202926c08b829bcad0b73eaf9e29cd6fae5
|