a3924c5073
Closes #14913. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
19 lines
654 B
Bash
19 lines
654 B
Bash
# Template file for 'fossil'
|
|
pkgname=fossil
|
|
version=2.6
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=76a794555918be179850739a90f157de0edb8568ad552b4c40ce186c79ff6ed9
|
|
|
|
post_install() {
|
|
vman fossil.1
|
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
|
}
|