contrib/boxes/Pkgfile

19 lines
556 B
Plaintext
Raw Normal View History

2009-03-14 22:57:46 +01:00
# Description: draw boxes around text
2020-06-01 17:45:48 +02:00
# URL: https://boxes.thomasjensen.com/boxes.shtml
2009-09-08 19:23:58 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2020-06-01 17:45:48 +02:00
# Depends on:
2009-03-14 22:57:46 +01:00
name=boxes
2019-09-20 23:37:11 +02:00
version=1.3
2009-03-14 22:57:46 +01:00
release=1
2019-04-10 00:35:38 +02:00
source=(https://github.com/ascii-boxes/boxes/archive/v$version/$name-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
2017-08-21 00:15:43 +02:00
install -D doc/boxes.1 $PKG/usr/share/man/man1/boxes.1
2009-03-14 22:57:46 +01:00
install -D boxes-config $PKG/usr/share/boxes/config
}