This commit is contained in:
milisbir 2018-01-19 03:05:55 +02:00
parent 2e7d375016
commit 4f02317d1b
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# 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"
}