milis/talimatname/genel/f/fossil/talimat

20 lines
593 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.

# Tanım: Dağıtık yazılım ayarlama, sürüm takip yönetimi uygulaması
# Url: https://www.fossil-scm.org
# Paketçi: milisarge
# Gerekler: sqlite
# Grup: geliştirme
isim=fossil
surum=2.3
devir=1
kaynak=(https://www.fossil-scm.org/index.html/uv/fossil-src-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --json --disable-internal-sqlite
make
install -Dm755 fossil "$PKG"/usr/bin/fossil
install -Dm644 tools/fossil-autocomplete.bash "$PKG"/usr/share/bash-completion/completions/fossil
install -Dm644 COPYRIGHT-BSD2.txt "$PKG"/usr/share/licenses/$isim/LICENSE
}