Skip to content
Snippets Groups Projects
Commit daade37f authored by Eivind Uggedal's avatar Eivind Uggedal
Browse files

testing/py-hoedown: new aport

parent 4ee2c8e2
No related merge requests found
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=py-hoedown
_pkgname=hoedown
pkgver=0.2
pkgrel=0
pkgdesc="Python binding for hoedown, a markdown parsing library"
url="https://github.com/hhatto/python-hoedown"
arch="all"
license="MIT"
depends="python"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$_pkgname-$pkgver
build() {
cd "$_builddir"
python setup.py build
}
package() {
cd "$_builddir"
python setup.py install --prefix=/usr --root="$pkgdir"
}
md5sums="76f56e222a52e0b575bba5274cd6bddf hoedown-0.2.tar.gz"
sha256sums="b3f3b4885a63c545805cbc2ecf72036649623b60b97dcdc46348293bc7bf0ed3 hoedown-0.2.tar.gz"
sha512sums="a3f872571c84665de24c594040ca72311e1dbac40f14c099f67de7b6bf3a30b4d6616b5b489a00280e5f08441d70a5774787fd39e059aea10b65cc89828cb7c1 hoedown-0.2.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment