void-packages/srcpkgs/fossil/template

22 lines
663 B
Bash
Raw Normal View History

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