* mozjs38: remove * cjs: update to 3.8.0. * cinnamon-translations: update to 3.8.1. * cinnamon-menus: update to 3.8.2. * cinnamon-desktop: update to 3.8.1. * cinnamon-screensaver: update to 3.8.2. * nemo: update to 3.8.3. * muffin: update to 3.8.1. * cinnamon-settings-daemon: update to 3.8.4. * cinnamon-control-center: update to 3.8.0. * cinnamon-session: update to 3.8.1. * New package: python3-pam-1.8.3 * cinnamon: update to 3.8.4. * xapps: add mising devel dependencies
19 lines
587 B
Bash
19 lines
587 B
Bash
# Template file for 'python3-pam'
|
|
pkgname=python3-pam
|
|
version=1.8.3
|
|
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=a49efa94decf881fd0964e4bc257de824412694b7ffe3a68065d1ec0dd86bde3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|