Merge pull request #1092 from necrophcodr/discount
New package: discount-2.1.8
This commit is contained in:
commit
8aea77cb24
1
srcpkgs/discount-devel
Symbolic link
1
srcpkgs/discount-devel
Symbolic link
@ -0,0 +1 @@
|
||||
discount/
|
21
srcpkgs/discount/template
Normal file
21
srcpkgs/discount/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user