New package: discount-2.1.8

This commit is contained in:
necrophcodr 2015-03-10 18:08:51 +01:00
parent ae986d37cf
commit 1172a3d94d
2 changed files with 22 additions and 0 deletions

1
srcpkgs/discount-devel Symbolic link
View File

@ -0,0 +1 @@
discount/

21
srcpkgs/discount/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'discount'
pkgname=discount
version=2.1.8
revision=1
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"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=db9742460c4f33cf417ef794c8e41605f8fc498697c181aa2835f6944aba7137
discount-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib
}
}