jobcore/pambase/PKGBUILD
2022-03-20 14:19:37 +02:00

49 lines
2.3 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=pambase
pkgver=20211210
pkgrel=01
pkgdesc="Base PAM configuration for services"
arch=('any')
url="https://www.archlinux.org"
source=('system-auth'
'system-local-login'
'system-login'
'system-remote-login'
'system-services'
'other')
backup=('etc/pam.d/system-auth'
'etc/pam.d/system-local-login'
'etc/pam.d/system-login'
'etc/pam.d/system-remote-login'
'etc/pam.d/system-services'
'etc/pam.d/other')
package() {
install -dm755 "$pkgdir/etc/pam.d"
install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}"
}
#---- license gpg-key sha256sums ----
sha256sums=(a)
license=('GPL')
sha512sums=('d987c1c1829001069c4b57db12335aaed323e05e12d365fce445480982ac64c46b70816087e843b8576aac9fb18411332900095e18f635c13ebfe0c1bd7e7762' # system-auth
'83cc3d84ef5afded9afd4d347132901b9adcbd8b21be45b80d010370a2082e8388a713eb78d052944bc47b07fd7383edf18e2674d9d0545215cc45e14a2e14b1' # system-local-login
'40d600d85460cd95111d72a2ea081d49094cf670d64ff000d3018c75eef0dab7d4eb98fd01d6714d7a01909d613a8ea74e64d709c47b57df2f2abcff1b533174' # system-login
'83cc3d84ef5afded9afd4d347132901b9adcbd8b21be45b80d010370a2082e8388a713eb78d052944bc47b07fd7383edf18e2674d9d0545215cc45e14a2e14b1' # system-remote-login
'5c2947f8644803783d19cc97ddc19fdaa234dac41a939edd32c9452e78bb2a4751bceeb4737d0791fb122ca932b8b941aab869b6dec3146bf90e94517d31724a' # system-services
'df554f70f017dd3f6023a3c62b95d19123eaf41c08deaac0c4bc343fcce6eeefcf468910f7cb9ba58ee2846abb88091d18d718eb0228e38f6ce26ebced94c407') # other
sha256sums=(07b375c248a450e92ad29c8c150a83f595997acb20dc761e24205aceff07b069 # system-auth
005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9 # system-local-login
c98d7c8d205d98fab9de15a248171f7b7f831068fa73a5128be633feb718c66d # system-login
005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9 # system-remote-login
6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567 # system-services
d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f) # other