opt/cogito/Pkgfile

17 lines
373 B
Plaintext

# Description: Distributed SCM based on GIT
# URL: http://kernel.org/pub/software/scm/cogito/README
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: git
name=cogito
version=0.17.2
release=1
source=(http://kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
make prefix=/usr
make prefix=/usr DESTDIR=$PKG install
}