comparison dev/mercurial/mercurial.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 25cecc6dca48
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
19 PKGVERSION=4.9 19 PKGVERSION=4.9
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv2+" 21 PKGLICENSE="GPLv2+"
22 PKGSUMMARY="scalable distributed SCM tool" 22 PKGSUMMARY="scalable distributed SCM tool"
23 PKGDOWNLOAD="https://www.mercurial-scm.org/release/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://www.mercurial-scm.org/release/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="python/python2 python/py-setuptools python/py-docutils" 24 PKGDEPENDS="python2 py-setuptools py-docutils"
25 25
26 : ${CC:=clang} 26 : ${CC:=clang}
27 : ${CFLAGS:=-O2} 27 : ${CFLAGS:=-O2}
28 28
29 build() 29 build()