2018-08-14 20:15:15 +02:00
|
|
|
|
# Tanım: HexChat bir IRC sohbet programıdır.
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: https://dl.hexchat.net/hexchat
|
|
|
|
|
# Paketçi: milisarge
|
2018-08-14 20:15:15 +02:00
|
|
|
|
# Gerekler: python3 lua libproxy glib tdb gtk2 dbus libnotify libcanberra pciutils desktop-file-utils pango meson
|
2018-08-09 13:30:41 +02:00
|
|
|
|
# Grup: ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=hexchat
|
2018-08-14 20:15:15 +02:00
|
|
|
|
surum=2.14.1
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
2018-08-14 20:15:15 +02:00
|
|
|
|
kaynak=(https://github.com/hexchat/hexchat/archive/master.tar.gz::$isim-$surum-$devir.tar.xz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
2018-08-14 20:15:15 +02:00
|
|
|
|
git_indir https://github.com/hexchat/hexchat $isim
|
|
|
|
|
cd $isim
|
|
|
|
|
milis-meson . build \
|
|
|
|
|
-Dwith-lua='lua' \
|
|
|
|
|
-Dwith-text='true'
|
|
|
|
|
#tamir_masaustu
|
|
|
|
|
ninja -C build
|
|
|
|
|
DESTDIR="${PKG}" ninja -C build install
|
2018-06-09 00:06:58 +02:00
|
|
|
|
}
|