From 514c10ba2c21c1dd5cd71dbaae102f6b4e17dd82 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 22 Oct 2018 16:31:21 -0500 Subject: [PATCH] New package: irssi-otr-1.0.2 --- srcpkgs/irssi-otr/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/irssi-otr/template diff --git a/srcpkgs/irssi-otr/template b/srcpkgs/irssi-otr/template new file mode 100644 index 00000000000..6a6c10cdf3e --- /dev/null +++ b/srcpkgs/irssi-otr/template @@ -0,0 +1,25 @@ +# Template file for 'irssi-otr' +pkgname=irssi-otr +version=1.0.2 +revision=1 +build_style=gnu-configure +configure_args="--with-gnu-ld + --with-irssi-headers=${XBPS_CROSS_BASE}/usr/include/irssi + --oldincludedir=${XBPS_CROSS_BASE}/usr/include" +hostmakedepends="autoconf automake libtool m4 pkg-config" +makedepends="glib-devel irssi-devel libgcrypt-devel libotr-devel" +short_desc="Off-the-Record Messaging (OTR) for the Irssi IRC client" +maintainer="Andy Weidenbaum " +license="GPL-2.0-or-later" +homepage="https://github.com/cryptodotis/irssi-otr" +changelog="https://raw.githubusercontent.com/cryptodotis/irssi-otr/master/ChangeLog" +distfiles="https://github.com/cryptodotis/irssi-otr/archive/v${version}.tar.gz" +checksum=4619208b9c9171aa97a41960b3e892390b6473e2988a056b9fe8e110daa1ae9c + +pre_configure() { + autoreconf -fi -I ${XBPS_CROSS_BASE}/usr/share/aclocal +} + +post_install() { + vdoc README.md +}