mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-25 14:27:28 -05:00
25 lines
481 B
Plaintext
25 lines
481 B
Plaintext
# 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=("ffmpeg")
|
|
makedepends=()
|
|
# The output folder is needed but we can't use directory in the source array.
|
|
source=()
|
|
sha256sums=()
|
|
options=('staticlibs')
|
|
|
|
build() {
|
|
cp -a "$srcdir/../output" "$srcdir"
|
|
}
|
|
|
|
package() {
|
|
cp -a "$srcdir/output/." "$pkgdir"
|
|
}
|