22 lines
577 B
Plaintext
22 lines
577 B
Plaintext
# Tanım: HexChat bir IRC sohbet programıdır.
|
||
# URL: https://dl.hexchat.net/hexchat
|
||
# Paketçi: milisarge
|
||
# Gerekler: python3 lua libproxy glib tdb gtk2 dbus libnotify libcanberra pciutils desktop-file-utils pango meson
|
||
# Grup: ağ
|
||
|
||
isim=hexchat
|
||
surum=2.14.1
|
||
devir=1
|
||
kaynak=(https://github.com/hexchat/hexchat/archive/master.tar.gz::$isim-$surum-$devir.tar.xz)
|
||
|
||
derle() {
|
||
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
|
||
}
|