packaging: add arch packaging

...adapted from cockpit-machines.
This commit is contained in:
Allison Karlitskaya 2025-06-23 21:14:59 +02:00 committed by Allison Karlitskaya
parent 8860f5b423
commit d557235f3c
2 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1,15 @@
pkgname=cockpit-starter-kit
pkgver=VERSION
pkgrel=1
pkgdesc='Cockpit Starter Kit Example Module'
arch=('x86_64')
url='https://github.com/cockpit-project/starter-kit'
license=(LGPL)
source=("SOURCE")
sha256sums=('SKIP')
package() {
depends=(cockpit)
cd $pkgname
make DESTDIR="$pkgdir" install PREFIX=/usr
}