kakoune
This commit is contained in:
parent
6c018f567c
commit
12f38c7992
|
@ -0,0 +1,19 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue