milis/talimatname/genel/r/re2/talimat

19 lines
415 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: Hızlı, güvenli, thread dostu normal ifade motoru
# URL: https://github.com/google/re2
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: kütüphane
isim=re2
surum=2018-01-01
devir=1
kaynak=(https://github.com/google/re2/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make
make prefix=/usr DESTDIR="$PKG" install
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}