18 lines
523 B
Bash
18 lines
523 B
Bash
# Template file for 'python3-pam'
|
|
pkgname=python3-pam
|
|
version=1.8.4
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 pam"
|
|
short_desc="Python3 module for PAM authentication"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
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
|
|
}
|