Bruno Pagani pushed to branch main at Arch Linux / Packaging / Packages / 
cozy-stack


Commits:
317722e7 by Bruno Pagani at 2024-06-10T02:25:11+04:00
Add {ba,fi,z}sh completions and SPDX license identifier

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = cozy-stack
        pkgdesc = Digital home: brings all your web services in the same 
private space – Stack component
        pkgver = 1.6.27
-       pkgrel = 1
+       pkgrel = 2
        epoch = 1
        url = https://cozy.io
        arch = x86_64
-       license = AGPL3
+       license = AGPL-3.0-only
        makedepends = go
        depends = couchdb
        depends = imagemagick


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgname=cozy-stack
 pkgver=1.6.27
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
 arch=(x86_64)
 url="https://cozy.io";
-license=(AGPL3)
+license=(AGPL-3.0-only)
 backup=(etc/cozy/cozy.yml)
 depends=(couchdb imagemagick git)
 makedepends=(go)
@@ -56,4 +56,7 @@ package() {
     install -Dm644 cozy.example.yaml -t "${pkgdir}"/usr/share/cozy/
     install -Dm755 scripts/konnector-node-run.sh -t "${pkgdir}"/usr/share/cozy/
     install -Dm755 scripts/konnector-nsjail-node-run.sh 
"${pkgdir}"/usr/share/cozy/konnector-nsjail-run.sh
+    install -Dm644 scripts/completion/cozy-stack.bash 
"${pkgdir}"/usr/share/bash-completion/completions/cozy-stack
+    install -Dm644 scripts/completion/cozy-stack.fish -t 
"${pkgdir}"/usr/share/fish/vendor_completions.d/
+    install -Dm644 scripts/completion/cozy-stack.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_cozy-stack
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cozy-stack/-/commit/317722e7c31c116c9661fa143818eb744bc829a2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cozy-stack/-/commit/317722e7c31c116c9661fa143818eb744bc829a2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to