summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVianney Bouchaud2023-07-21 17:52:08 +0200
committerVianney Bouchaud2023-07-21 17:52:08 +0200
commitfb2bf095a0160701de27b750c0c64fce9dfb16f2 (patch)
tree8f6e8436cbb7c37c504685ab86bba99af5153000 /PKGBUILD
parente65216abd196e5c5b3c6ff96566df7e862a76a6b (diff)
downloadaur-fb2bf095a0160701de27b750c0c64fce9dfb16f2.tar.gz
upgpkg: aurbuild 1.0.1-2
upgpkg: cilg-pki 1.0.0-5 upgpkg: gsm-alerts 3.2.1-2 upgpkg: hosts-blocklists-dnsmasq 2.0.0-2 upgpkg: kured-sentinel 1.0.0-2 upgpkg: liamstask-goose-git 0.0.1.r0.8488cc4-3 upgpkg: longoverdue 0.5.4-2 fixing MIT licenses not being installed with packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 216528a5d65f..61a82c5506a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,27 @@
pkgname=kured-sentinel
pkgdesc="Pacman hook to create the sentinel file for kured."
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
arch=("any")
url="https://github.com/vbouchaud/aur/tree/main/kured-sentinel"
license=("MIT")
depends=("longoverdue")
sha256sums=(
+ 35e3cbe726e28f2f624acbe4fce8af09715e55537df7aa22ac89f00cde399515
c050b7b8b6bb244b16ad84c3d162b91ddbf9ebaeda423df7418e4ad646fe99b3
9124af974ca641ff1421bc077ae6e4f7dae0704bf0ba7a7d6630d75afdbe1a06
)
source=(
+ LICENSE::https://bouchaud.org/misc/MIT.txt
kured-sentinel
kured-sentinel.hook
)
package() {
- install -D -m0644 "${srcdir}/kured-sentinel.hook" "${pkgdir}/usr/share/libalpm/hooks/kured-sentinel.hook"
- install -D -m0755 "${srcdir}/kured-sentinel" "${pkgdir}/usr/bin/kured-sentinel"
+ install -D -m0644 "$srcdir/kured-sentinel.hook" "$pkgdir/usr/share/libalpm/hooks/kured-sentinel.hook"
+ install -D -m0755 "$srcdir/kured-sentinel" "$pkgdir/usr/bin/kured-sentinel"
+
+ install -D -m0644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}