mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Adding a pkgbuild for github actions
This commit is contained in:
parent
42cd604e77
commit
a1f4591f90
21
deployment/PKGBUILD.github
Normal file
21
deployment/PKGBUILD.github
Normal file
@ -0,0 +1,21 @@
|
||||
# Maintainer: Zoe Roux <zoe.roux@sdg.moe>
|
||||
pkgname=kyoo-bin
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="A media browser."
|
||||
arch=("i686" "x86_64" "armv6h")
|
||||
url="https://github.com/AnonymusRaccoon/Kyoo"
|
||||
license=("GPLv3")
|
||||
groups=()
|
||||
depends=("postgresql")
|
||||
makedepends=()
|
||||
install="kyoo.install"
|
||||
source=("pkg")
|
||||
sha256sums=("SKIP")
|
||||
|
||||
build() { }
|
||||
|
||||
package() {
|
||||
cp -r --no-preserve ownership "$srcdir" "$pkgdir"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user