22 lines
742 B
Bash
22 lines
742 B
Bash
# Template file for 'fossil'
|
|
pkgname=fossil
|
|
version=2.14
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--disable-internal-sqlite --prefix=/usr"
|
|
hostmakedepends="tcl"
|
|
makedepends="zlib-devel libressl-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"
|
|
distfiles="https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
|
checksum=b8d0c920196dd8ae29152fa7448e513a1fa7c588871b785e3fbfc07b42a05fb9
|
|
|
|
post_extract() {
|
|
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
|
}
|
|
post_install() {
|
|
vman fossil.1
|
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
|
}
|