milis/talimatname/genel/urlmatch/talimat

17 lines
309 B
Text
Raw Normal View History

2017-04-20 11:20:33 +03:00
# Description: Hızlı URL eşleştirici kitaplığı
2017-05-21 18:12:39 +03:00
# URL: https://github.com/clbr/urlmatch
2017-04-20 11:20:33 +03:00
# Packager: milisarge
2017-05-21 18:12:39 +03:00
# Depends on:
2016-02-24 02:27:23 +02:00
name=urlmatch
2017-05-21 18:12:39 +03:00
version=1.0
2016-02-24 02:27:23 +02:00
release=1
2017-05-21 18:12:39 +03:00
source=(https://github.com/clbr/urlmatch/archive/v$version.tar.gz)
2016-02-24 02:27:23 +02:00
build() {
2017-05-21 18:12:39 +03:00
cd "${name}-$version"
2016-02-24 02:27:23 +02:00
make
make install DESTDIR="${PKG}"
}