packaging: add arch packaging
...adapted from cockpit-machines.
This commit is contained in:
parent
8860f5b423
commit
d557235f3c
2 changed files with 22 additions and 3 deletions
15
packaging/arch/PKGBUILD.in
Normal file
15
packaging/arch/PKGBUILD.in
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue