milis/talimatname/genel/o/opmsg/talimat

24 lines
579 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: opmsg mesaj şifreleme
# URL: https://github.com/stealth/opmsg
# Paketçi: milisarge
# Gerekler:
# Grup: ağ
isim=opmsg
surum=git
devir=2
kaynak=(https://github.com/stealth/opmsg/archive/master.tar.gz::$isim-$surum-$devir.tar.gz)
derle() {
cd "$isim-master/src"
make
make contrib
cd "${SRC}/$isim-master"
mkdir -p "$PKG/usr/share/opmsg"
install -D -m644 sample.config "$PKG/usr/share/opmsg"
cd "${SRC}/$isim-master/src"
install -D -m755 opmsg "$PKG/usr/bin/opmsg"
install -D -m755 opmux "$PKG/usr/bin/opmux"
install -D -m755 opcoin "$PKG/usr/bin/opcoin"
}