28 lines
931 B
Text
28 lines
931 B
Text
# Template file for 'enscript'
|
|
pkgname=enscript
|
|
version=1.6.5.2
|
|
revision=1
|
|
homepage="http://git.savannah.gnu.org/cgit/enscript.git"
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
makedepends="perl"
|
|
short_desc="Converts text to Postscript, HTML or RTF with syntax highlighting"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
checksum=db3e33bdb36f9e7252a386ea1faa9b5444cc9ba0ac2dd46fffc1f14887a4cb75
|
|
long_desc="
|
|
GNU Enscript takes ASCII files (often source code) and converts them to
|
|
PostScript, HTML or RTF. It can store generated output to a file or send
|
|
it directly to the printer.
|
|
|
|
It is often used for its syntax highlighting, as it comes with rules for a
|
|
wide range of programming languages. New rules can be added using an awk-like
|
|
stateful scripting language."
|
|
|
|
enscript_package() {
|
|
conf_files="/etc/enscript.cfg"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|