milis/talimatname/genel/r/ricin/talimat

22 lines
499 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Hafif vala tabanlı Tox istemcisi
2016-04-29 20:21:28 +02:00
# URL: https://github.com/RicinApp/Ricin
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: toxcore meson gtk3 vala json-glib libsoup libnotify
2016-04-29 20:21:28 +02:00
2017-10-28 14:10:23 +02:00
isim=ricin
_isim=Ricin
surum=0.0.7
devir=1
kaynak=(https://github.com/RicinApp/${_name}/archive/v${surum}.tar.gz)
2016-04-29 20:21:28 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${_name}-${surum}
2016-04-29 20:21:28 +02:00
make autogen
make release
cd build
mesonconf.py -Dprefix=/usr
cd ..
make DESTDIR=$PKG install
install -Dm755 "build/${_name}" "$PKG/usr/bin/ricin"
}