milis/talimatname/genel/urlmatch/talimat

17 lines
309 B
Plaintext
Raw Normal View History

2017-04-20 10:20:33 +02:00
# Description: Hızlı URL eşleştirici kitaplığı
2017-05-21 17:12:39 +02:00
# URL: https://github.com/clbr/urlmatch
2017-04-20 10:20:33 +02:00
# Packager: milisarge
2017-05-21 17:12:39 +02:00
# Depends on:
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}"
}