[arch-commits] Commit in irssi/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 25 12:12:33 UTC 2019
Date: Saturday, May 25, 2019 @ 12:12:33
Author: felixonmars
Revision: 354281
archrelease: copy trunk to staging-x86_64
Added:
irssi/repos/staging-x86_64/
irssi/repos/staging-x86_64/PKGBUILD
(from rev 354280, irssi/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: irssi/repos/staging-x86_64/PKGBUILD (from rev 354280, irssi/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 12:12:33 UTC (rev 354281)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
+
+pkgname=irssi
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glib2' 'openssl' 'libotr')
+optdepends=('perl-libwww: for the scriptassist script')
+replaces=('irssi-otr')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('343530ca63355dd6683e84f31602c9162e1e3158e52ce81e37519d1e42abbdcb621fb710fcb605fcafd7e7ea3f2c30ed62607d4ea91d8c8dc29bf893e54aee40'
+ 'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project <staff at irssi.org>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-proxy \
+ --with-perl-lib=vendor \
+ --with-otr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list