void-packages/srcpkgs/discount/template

29 lines
793 B
Bash
Raw Normal View History

2015-03-10 17:08:51 +00:00
# Template file for 'discount'
pkgname=discount
2016-02-27 04:50:31 +00:00
version=2.2.0
2016-02-27 04:58:28 +00:00
revision=2
2015-03-10 17:08:51 +00:00
build_style=configure
configure_script="./configure.sh"
configure_args="--prefix=/usr"
short_desc="C implementation of John Gruber's Markdown"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
license="3-clause-BSD"
homepage="http://www.pell.portland.or.us/~orc/Code/discount"
2015-08-20 08:32:50 +00:00
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
2016-02-27 04:50:31 +00:00
checksum=b25395c29c2c08836199eb2eae87b56e6b545e77f5fbf921678aa1dc0ddab9f3
2015-03-10 17:08:51 +00:00
2016-02-27 05:25:49 +00:00
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/22221/steps/shell_3/logs/stdio"
2016-02-27 04:58:28 +00:00
do_install() {
make DESTDIR=${DESTDIR} install install.man
}
2015-03-10 17:08:51 +00:00
discount-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib
2016-02-27 04:58:28 +00:00
vmove usr/share/man/man3
2015-03-10 17:08:51 +00:00
}
}