milis/talimatname/genel/v/vimb/talimat

18 lines
490 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: Vim benzeri tarayıcı
# URL: http://fanglingsu.github.io/vimb
# Paketçi: Cihan_Alkan
# Gerekler: webkit2gtk3
# Grup: ağ
isim=vimb
surum=3.1.0
devir=1
kaynak=(https://github.com/fanglingsu/vimb/archive/3.1.0.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make DEXTENSIONDIR=/usr/lib/vimb V=1 DESTDIR="$PKG" PREFIX="/usr"
make DEXTENSIONDIR=/usr/lib/vimb V=1 DESTDIR="$PKG" PREFIX="/usr" install
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}