Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@terlar
Created August 10, 2013 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terlar/6202122 to your computer and use it in GitHub Desktop.
Save terlar/6202122 to your computer and use it in GitHub Desktop.
irssi-script-advanced-windowlist
# Maintainer: Tom Vincent <http://tlvince.com/contact/>
pkgname=irssi-script-advanced-windowlist
_name=adv_windowlist.pl
pkgver=0.7c
pkgrel=2
pkgdesc="Adds a permanent advanced window list to irssi status bar"
arch=(any)
url="http://anti.teamidiot.de/static/nei/*/Code/Irssi/"
source="http://anti.teamidiot.de/static/nei/*/Code/Irssi/$_name"
license=('GPL')
depends=('irssi')
md5sums=('059e8c11b9cd46456fca6d3b325633db')
package() {
install -Dm644 "$srcdir/$_name" "$pkgdir/usr/share/irssi/scripts/$_name"
}
@vhalli
Copy link

vhalli commented Jan 31, 2014

As of 31st Jan, 2014

pkgver=0.8b
md5sums=('ded1df08ff898e617ef93b16396f6932')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment