mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/grommunio-admin-common: new aport
Common files for grommunio management
This commit is contained in:
parent
d5a571c09a
commit
b9cd5f71dd
24
testing/grommunio-admin-common/APKBUILD
Normal file
24
testing/grommunio-admin-common/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Maintainer: Noel Kuntze <noel.kuntze@contauro.com>
|
||||
pkgname=grommunio-admin-common
|
||||
pkgdesc="Common files for grommunio management"
|
||||
pkgver=1.0_git20240118
|
||||
pkgrel=0
|
||||
arch="noarch !riscv64"
|
||||
url="http://www.grommunio.com"
|
||||
license="AGPL-3.0-only"
|
||||
options="!check" # No test suite
|
||||
|
||||
_commithash=2a1dca824ed1a9e1dc5f5280dc559bcddde215a7
|
||||
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/grommunio/admin-configs/archive/$_commithash.tar.gz"
|
||||
|
||||
builddir="$srcdir/admin-configs-$_commithash"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
cp -rp . "$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
f238f91c942b7f88b4aef524b2259df2724bb41c1b33c04a2f9533315e3b0714ddbbcb6b4097107689ac79879952ce8811d51824671ee7c69b19a487c9593858 grommunio-admin-common-1.0_git20240118.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user