milis/talimatname/genel/r/ricin/talimat

22 lines
507 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
name=ricin
_name=Ricin
version=0.0.7
release=1
source=(https://github.com/RicinApp/${_name}/archive/v${version}.tar.gz)
build() {
cd ${_name}-${version}
make autogen
make release
cd build
mesonconf.py -Dprefix=/usr
cd ..
make DESTDIR=$PKG install
install -Dm755 "build/${_name}" "$PKG/usr/bin/ricin"
}