14 lines
472 B
Bash
14 lines
472 B
Bash
|
# Template file for 'diction'
|
||
|
pkgname=diction
|
||
|
version=1.11
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="Writing style checkers, diction and style"
|
||
|
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://www.gnu.org/software/diction/diction.html"
|
||
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||
|
checksum=35c2f1bf8ddf0d5fa9f737ffc8e55230736e5d850ff40b57fdf5ef1d7aa024f6
|
||
|
# Autoconf AC_TRY_RUN check prevents cross compile
|
||
|
nocross=yes
|