milis/talimatname/genel/k/kashmir/talimat

17 lines
607 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: Birçok yazılım projesinde gerekli olan, ancak C ++ standart kitaplığında bulunmayan işlevsellik sağlamayı amaçlayan salt başlık kütüphanesi
# 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/"
}