blob: 2b41ca87f914fd34bb9030cdf0fbdddc5734360d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Description: A statistics generator for git repositories.
# URL: http://gitstats.sourceforge.net
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: git python gnuplot
name=gitstats
version=294.55c5c28
release=1
source=("https://github.com/hoxu/${name}/archive/${version#*.}.tar.gz")
build() {
cd "${name}-${version#*.}"*
make PREFIX="$PKG/usr" install
}
|