contrib/sic/Pkgfile

15 lines
327 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: extremely simple IRC client
# URL: http://tools.suckless.org/sic
2018-03-02 06:14:19 +01:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2013-08-19 20:26:13 +02:00
name=sic
version=1.2
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
2018-02-22 08:25:09 +01:00
make DESTDIR=$PKG PREFIX=/usr install
2013-08-19 20:26:13 +02:00
}