contrib/discount/Pkgfile
2019-06-23 23:10:00 -04:00

20 lines
461 B
Plaintext

# Description: C implementation of John Gruber's Markdown markup language
# URL: http://www.pell.portland.or.us/~orc/Code/discount/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=discount
version=2.2.6
release=1
source=(https://github.com/Orc/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure.sh \
--prefix=/usr \
--pkg-config
make
make DESTDIR=$PKG install install.man install.samples
}