milis/talimatname/genel/urlmatch/talimat

19 lines
303 B
Plaintext
Raw Normal View History

2017-04-20 10:20:33 +02:00
# Description: Hızlı URL eşleştirici kitaplığı
2016-02-24 01:27:23 +01:00
# URL: https://github.com/clbr/${_name}
2017-04-20 10:20:33 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: git
name=urlmatch
version=222
release=1
source=()
build() {
git clone https://github.com/clbr/urlmatch.git
cd "${SRC}/${name}"
make
make install DESTDIR="${PKG}"
}