milis/talimatname/genel/k/kashmir/talimat

17 lines
592 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.

# Tanım: A header-only library intended to provide functionality needed in many software projects, but not present in the C++ standard library
# URL: https://github.com/Corvusoft/kashmir-dependency
# Paketçi: milisarge
# Gerekler:
name=kashmir
version=20150805
release=1
source=(https://github.com/Corvusoft/kashmir-dependency/archive/master.tar.gz::$name-$version.tar.gz)
derle() {
cd kashmir-dependency-master
install -D -m644 LICENSE_1_0.txt "${PKG}/usr/share/licenses/${name}/LICENSE_1_0.txt"
install -d -m755 "${PKG}/usr/include/${name}/"
cp -r "kashmir" "${PKG}/usr/include/"
}