milis/talimatname/genel/k/kakoune/talimat

22 lines
512 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: Kod editörü yoğun bir şekilde Vim'den ilham aldı
# URL: https://github.com/mawww/kakoune
# Paketçi: Cihan Alkan
# Gerekler: asciidoc
# Grup: ofis_düzenleyiciler
isim=kakoune
surum=git
devir=1
kaynak=()
derle() {
git_indir https://github.com/mawww/kakoune.git $isim
cd "${SRC}/${isim}"
cd src
debug=no make
debug=no make install-strip DESTDIR="${PKG}" PREFIX=/usr
install -D ../UNLICENSE "${PKG}"/usr/share/licenses/${isim}/LICENSE
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/man
}