milis/talimatname/genel/r/ricin/talimat

23 lines
511 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: Hafif vala tabanlı Tox istemcisi
# URL: https://github.com/RicinApp/Ricin
# Paketçi: milisarge
# Gerekler: toxcore meson gtk3 vala json-glib libsoup libnotify
# Grup: ağ
isim=ricin
_isim=Ricin
surum=0.0.7
devir=1
kaynak=(https://github.com/RicinApp/${_name}/archive/v${surum}.tar.gz)
derle() {
cd ${_name}-${surum}
make autogen
make release
cd build
mesonconf.py -Dprefix=/usr
cd ..
make DESTDIR=$PKG install
install -Dm755 "build/${_name}" "$PKG/usr/bin/ricin"
}