22 lines
724 B
Bash
22 lines
724 B
Bash
# Template file for 'fossil'
|
|
pkgname=fossil
|
|
version=1.37
|
|
revision=1
|
|
wrksrc="Fossil_2017-01-16_205854_1669115ab9"
|
|
build_style=configure
|
|
hostmakedepends="tcl"
|
|
makedepends="zlib-devel libressl-devel readline-devel sqlite-devel"
|
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="2-clause-BSD"
|
|
homepage="https://www.fossil-scm.org"
|
|
distfiles="https://www.fossil-scm.org/index.html/uv/download/fossil-src-${version}.tar.gz"
|
|
checksum=81c19e81c4b2b60930bab3f2147b516525c855924ccc6d089748b0f5611be492
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr --disable-internal-sqlite
|
|
}
|
|
post_install() {
|
|
vman fossil.1
|
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
|
}
|