fossil: update to 2.4. (#8847)
This commit is contained in:
parent
6d7665306a
commit
d385d006d9
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'fossil'
|
||||
pkgname=fossil
|
||||
version=2.3
|
||||
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"
|
||||
|
@ -10,11 +11,8 @@ 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=f073abf455a38ea0a08c3926d7445ab8115b145457f36c763ad9b74cd6a64a5d
|
||||
checksum=d23498b6ae8894d18d7b73b8312c7514eda9ef91cf9f96c4c38429316919ad29
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr --disable-internal-sqlite
|
||||
}
|
||||
post_install() {
|
||||
vman fossil.1
|
||||
vlicense COPYRIGHT-BSD2.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue