vp-build/srcpkgs/fossil/template

20 lines
654 B
Bash

# Template file for 'fossil'
pkgname=fossil
version=2.4
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="2-clause-BSD"
homepage="https://www.fossil-scm.org"
distfiles="https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
checksum=d23498b6ae8894d18d7b73b8312c7514eda9ef91cf9f96c4c38429316919ad29
post_install() {
vman fossil.1
vlicense COPYRIGHT-BSD2.txt LICENSE
}