void-packages/srcpkgs/fossil/template

22 lines
663 B
Bash
Raw Normal View History

2012-07-30 13:05:48 +00:00
# Template file for 'fossil'
pkgname=fossil
2015-03-15 08:35:46 +00:00
version=1.32
revision=1
2014-02-14 15:36:16 +00:00
build_style=configure
hostmakedepends="tcl"
makedepends="zlib-devel libressl-devel readline-devel sqlite-devel"
2012-07-30 13:05:48 +00:00
short_desc="Simple, high-reliability, distributed software configuration management"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-02-24 07:14:03 +00:00
license="2-clause-BSD"
2012-07-30 13:05:48 +00:00
homepage="http://www.fossil-scm.org"
2015-03-15 08:35:46 +00:00
distfiles="http://www.fossil-scm.org/download/fossil-src-${version}.tar.gz"
checksum=cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e
2012-07-30 13:05:48 +00:00
2014-02-14 15:36:16 +00:00
do_configure() {
2012-07-30 13:05:48 +00:00
./configure --prefix=/usr --disable-internal-sqlite
}
2015-02-24 07:14:03 +00:00
post_install() {
vman fossil.1
vlicense COPYRIGHT-BSD2.txt LICENSE
}