void-packages/srcpkgs/fossil/template

23 lines
694 B
Bash
Raw Normal View History

2012-07-30 15:05:48 +02:00
# Template file for 'fossil'
pkgname=fossil
2015-05-24 06:21:02 +02:00
version=1.33
2015-03-15 09:35:46 +01:00
revision=1
2015-05-24 06:23:12 +02:00
wrksrc="fossil-src-${version}"
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"
2015-05-24 06:21:02 +02:00
checksum=6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e
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
}