milis/talimatname/genel/mercurial/talimat

24 lines
575 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python'da yazılmış, Git ve Bazaar'a benzer, dağıtılmış bir kaynak denetim yönetimi aracıdır. Mozilla ve Vim gibi projeler tarafından kullanılmaktadır.
# URL: http://mercurial.selenic.com
# Packager: milisarge
# Depends on: python git gnupg subversion bzr python-docutils ca-certificates
name=mercurial
version=3.7.1
release=2
source=(https://www.mercurial-scm.org/release/mercurial-$version.tar.gz)
build() {
cd $name-$version
make build
make doc
make DESTDIR=$PKG PREFIX=/usr install-bin
make DESTDIR=$PKG PREFIX=/usr install-doc
}