void-packages/srcpkgs/py3c/template
2020-06-16 21:49:23 +02:00

18 lines
559 B
Bash

# Template file for 'py3c'
pkgname=py3c
version=1.1
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr"
short_desc="Python 2/3 compatibility layer for C extensions"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://py3c.readthedocs.io"
changelog="https://raw.githubusercontent.com/encukou/py3c/master/doc/source/changelog.rst"
distfiles="https://github.com/encukou/py3c/archive/v${version}.tar.gz"
checksum=c7ffc22bc92dded0ca859db53ef3a0b466f89a9f8aad29359c9fe4ff18ebdd20
post_install() {
vlicense LICENSE.MIT
}