mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
parent
0e10d77147
commit
1367486f71
1 changed files with 10 additions and 3 deletions
|
@ -1,17 +1,24 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=5.3.2
|
version=5.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools python3-devel"
|
hostmakedepends="python3 python3-setuptools python3-devel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3 ca-certificates"
|
depends="python3 ca-certificates"
|
||||||
|
checkdepends="iana-etc tar unzip which xz"
|
||||||
short_desc="Fast, lightweight source control management system"
|
short_desc="Fast, lightweight source control management system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.mercurial-scm.org/"
|
homepage="https://www.mercurial-scm.org/"
|
||||||
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
|
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
|
||||||
checksum=fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329
|
checksum=1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd tests
|
||||||
|
rm test-doctest.py test-hghave.t test-https.t test-merge-tools.t test-persistent-nodemap.t
|
||||||
|
python3 run-tests.py ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for i in doc/*.1 doc/*.8 doc/*.5 ; do
|
for i in doc/*.1 doc/*.8 doc/*.5 ; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue