opt/irssi/Pkgfile

25 lines
626 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Terminal based IRC client for UNIX systems
2021-01-29 13:24:13 +01:00
# URL: https://irssi.org/
2021-06-15 22:23:14 +02:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
2021-01-29 13:24:13 +01:00
# Depends on: glib
2006-02-23 16:26:10 +01:00
name=irssi
2021-04-12 20:32:50 +02:00
version=1.2.3
release=1
source=(https://github.com/$name/$name/releases/download/$version/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr \
--with-proxy \
--with-perl-lib=site
make
make DESTDIR=$PKG install
find $PKG \( -name .packlist -or \
-name perllocal.pod -or \
-name '*.bs' -or \
-name autosplit.ix \) \
-delete
rm -rf $PKG/usr/{include,share/doc}
2006-02-23 16:26:10 +01:00
}