Merge pull request #1092 from necrophcodr/discount

New package: discount-2.1.8
This commit is contained in:
Juan RP 2015-03-13 08:11:17 +01:00
commit 8aea77cb24
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
}
}