milis/talimatname/genel/k/kashmir/talimat

17 lines
586 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:
isim=kashmir
surum=20150805
devir=1
kaynak=(https://github.com/Corvusoft/kashmir-dependency/archive/master.tar.gz::$isim-$surum.tar.gz)
derle() {
cd kashmir-dependency-master
install -D -m644 LICENSE_1_0.txt "${PKG}/usr/share/licenses/${isim}/LICENSE_1_0.txt"
install -d -m755 "${PKG}/usr/include/${isim}/"
cp -r "kashmir" "${PKG}/usr/include/"
}