contrib/boxes/Pkgfile

19 lines
533 B
Plaintext
Raw Normal View History

2009-03-14 22:57:46 +01:00
# Description: draw boxes around text
# URL: http://boxes.thomasjensen.com/boxes.shtml
2009-09-08 19:23:58 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2009-03-14 22:57:46 +01:00
# Depends on:
name=boxes
2017-05-07 23:53:28 +02:00
version=1.2
2009-03-14 22:57:46 +01:00
release=1
2015-01-25 23:01:35 +01:00
source=(https://github.com/ascii-boxes/boxes/archive/v$version.zip)
2009-03-14 22:57:46 +01:00
build () {
cd $name-$version
sed -i -e "s|^GLOBALCONF.*|GLOBALCONF = /usr/share/boxes/config|" Makefile
make
install -D src/boxes $PKG/usr/bin/boxes
install -D doc/boxes.1 $PKG/usr/man/man1/boxes.1
install -D boxes-config $PKG/usr/share/boxes/config
}