22 lines
604 B
Text
22 lines
604 B
Text
# Template file for 'python-docutils'
|
|
pkgname=python-docutils
|
|
version=0.10
|
|
wrksrc="docutils-${version}"
|
|
revision=1
|
|
build_style=python-module
|
|
makedepends="python"
|
|
short_desc="Text processing system to convert to various formats"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
homepage="http://docutils.sourceforge.net"
|
|
license="GPL-3"
|
|
distfiles="${SOURCEFORGE_SITE}/docutils/docutils-${version}.tar.gz"
|
|
checksum=370624e61b6773da2f2fb17cc2a4eaea4bb596c3585d13f75ff193c1c738603e
|
|
|
|
python-docutils_package() {
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
pycompile_module="docutils"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|