milis/talimatname/genel/u/urlmatch/talimat

17 lines
302 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Hızlı URL eşleştirici kitaplığı
2017-05-21 17:12:39 +02:00
# URL: https://github.com/clbr/urlmatch
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=urlmatch
2017-05-21 17:12:39 +02:00
version=1.0
2016-02-24 01:27:23 +01:00
release=1
2017-05-21 17:12:39 +02:00
source=(https://github.com/clbr/urlmatch/archive/v$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
2017-05-21 17:12:39 +02:00
cd "${name}-$version"
2016-02-24 01:27:23 +01:00
make
make install DESTDIR="${PKG}"
}