blob: 2cb58192ad1b8436475bb11f6f6f955f9143bf3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Template file for 'python3-pam'
pkgname=python3-pam
version=1.8.4
revision=5
wrksrc="python-pam-$version"
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
}
|