milis/talimatname/genel/l/librangetree/talimat

17 lines
314 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: librangetree kitaplığı
# URL: https://github.com/clbr/librangetree
# Packager: milisarge
# Depends on:
name=librangetree
version=1.3.1
release=1
source=(https://github.com/clbr/librangetree/archive/v$version.tar.gz)
build() {
cd "${name}-$version"
make -j1
make install DESTDIR="${PKG}"
}