20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'rubber'
|
|
pkgname=rubber
|
|
version=1.5.1
|
|
revision=2
|
|
archs=noarch
|
|
build_style=python3-module
|
|
hostmakedepends="python3"
|
|
depends="python3 texlive-bin"
|
|
pycompile_module="rubber"
|
|
short_desc="LaTeX building tool"
|
|
maintainer="Matteo Signer <matteo.signer@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://launchpad.net/rubber"
|
|
changelog="https://git.launchpad.net/rubber/plain/NEWS"
|
|
distfiles="https://launchpad.net/rubber/trunk/${version}/+download/rubber-${version}.tar.gz"
|
|
checksum=37a843dc36a8aa256f9a66de130a031a0406346e663e1c257e45fd0a6eae0d9d
|
|
|
|
pre_build() {
|
|
cp ${FILESDIR}/setup.cfg .
|
|
}
|