New package: pcmanx-gtk2-1.3.

Closes: #12293 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Casper Ti. Vector 2018-01-11 20:36:52 +08:00 committed by Jürgen Buchmüller
parent 008ae3a967
commit 2c78bd4fa4
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Template file for 'pcmanx-gtk2'
pkgname=pcmanx-gtk2
version=1.3
revision=1
build_style=gnu-configure
configure_args="--enable-iplookup --enable-proxy
$(vopt_enable libnotify) $(vopt_enable wget)"
hostmakedepends="pkg-config intltool gettext"
makedepends="gtk+-devel $(vopt_if libnotify libnotify-devel)"
depends="$(vopt_if wget wget)"
short_desc="Easy-to-use telnet client mainly for BBS users"
maintainer="Casper Ti. Vector <caspervector@gmail.com>"
license="GPL-2"
homepage="https://github.com/pcman-bbs/pcmanx"
distfiles="https://github.com/pcman-bbs/pcmanx/releases/download/$version/$pkgname-$version.tar.xz"
checksum=3f5d7eaf5daa7dcf3843a01e239cea312045ded03dd77b364fa1082b9356968a
build_options="libnotify wget"
desc_option_libnotify="Enable libnotify dependency"
desc_option_wget="Enable wget dependency"
build_options_default="libnotify wget"
post_install() {
vdoc README
vdoc TODO
}