contrib/boxes/Pkgfile

22 lines
571 B
Plaintext
Raw Normal View History

2009-03-14 22:57:46 +01:00
# Description: draw boxes around text
2021-02-17 09:45:47 +01:00
# URL: https://boxes.thomasjensen.com/boxes.shtml
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libpcre2 libunistring
2009-03-14 22:57:46 +01:00
name=boxes
2021-06-15 22:24:26 +02:00
version=2.1.1
2009-03-14 22:57:46 +01:00
release=1
2021-06-15 22:24:26 +02:00
source=(https://github.com/ascii-boxes/boxes/archive/v$version/$name-$version.tar.gz)
2009-03-14 22:57:46 +01:00
build () {
cd $name-$version
2021-04-20 22:19:57 +02:00
2009-03-14 22:57:46 +01:00
sed -i -e "s|^GLOBALCONF.*|GLOBALCONF = /usr/share/boxes/config|" Makefile
2021-04-20 22:19:57 +02:00
2009-03-14 22:57:46 +01:00
make
2021-04-20 22:19:57 +02:00
install -D out/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
}