milis/talimatname/genel/urlmatch/talimat

19 lines
303 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Hızlı URL eşleştirici kitaplığı
# URL: https://github.com/clbr/${_name}
# Packager: milisarge
# 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}"
}