23 lines
711 B
Text
23 lines
711 B
Text
# Template file for 'wok'
|
|
pkgname=wok
|
|
version=0.9
|
|
revision=2
|
|
create_srcdir=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-distribute"
|
|
makedepends="python-devel python-jinja pyyaml python-docutils python-Markdown python-Pygments"
|
|
short_desc="A simple static site generator in python"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://github.com/mythmon/wok"
|
|
license="MIT"
|
|
distfiles="https://github.com/mythmon/wok/archive/v${version}.tar.gz"
|
|
checksum=e5c5d24dbda05d396e5d22aeac05ce40bf4f362da9ca04a82c04c80ebade12b8
|
|
|
|
wok_package() {
|
|
noarch="yes"
|
|
pycompile_module="wok"
|
|
depends="python>=2.7 python-jinja pyyaml python-docutils python-Markdown python-Pygments"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|