23 lines
822 B
Bash
23 lines
822 B
Bash
# Template file for 'fossil'
|
|
pkgname=fossil
|
|
version=2.17
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--disable-internal-sqlite --prefix=/usr"
|
|
hostmakedepends="tcl"
|
|
makedepends="zlib-devel openssl-devel readline-devel sqlite-devel"
|
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.fossil-scm.org"
|
|
changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
|
|
distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
|
|
checksum=21d6ee5187775113f74e55ab5ebcb1764f7226a8e59be1b2c7896cbe9dce6914
|
|
|
|
post_extract() {
|
|
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
|
}
|
|
post_install() {
|
|
vman fossil.1
|
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
|
}
|