milis/talimatname/genel/urlmatch/talimat
2016-02-24 02:27:23 +02:00

19 lines
381 B
Text

# Description: A fast URL matcher library
# URL: https://github.com/clbr/${_name}
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# 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}"
}