void-packages/srcpkgs/python3-pam/template
2018-06-28 23:24:18 +02:00

19 lines
587 B
Bash

# Template file for 'python3-pam'
pkgname=python3-pam
version=1.8.4
revision=1
wrksrc="${pkgname/3}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel pam-devel"
depends="python3 pam"
short_desc="Python pam module supporting py3"
maintainer="John <johnz@posteo.net>"
license="MIT"
homepage="https://github.com/FirefighterBlu3/python-pam"
distfiles="https://github.com/FirefighterBlu3/python-pam/archive/v${version}.tar.gz"
checksum=fa048ca74f08de1390b2576754c05327700a7ebc3d05511f0329a04ebe1aeaa3
post_install() {
vlicense LICENSE
}