18 lines
439 B
Text
18 lines
439 B
Text
![]() |
# Description: Programs for processing and formatting text
|
||
|
# URL: https://www.gnu.org/software/groff/groff.html
|
||
|
# Maintainer: emmett1, emmett1.2miligrams at gmail.com
|
||
|
# Depends on: gcc perl
|
||
|
|
||
|
name=groff
|
||
|
version=1.22.4
|
||
|
release=1
|
||
|
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
|
||
|
PAGE=A4 ./configure --prefix=/usr
|
||
|
make || make -j1
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|