|
|
@ -1,19 +1,11 @@
|
|
|
|
# This is an example PKGBUILD file. Use this as a start to creating your own,
|
|
|
|
|
|
|
|
# and remove these comments. For more information, see 'man PKGBUILD'.
|
|
|
|
|
|
|
|
# NOTE: Please fill out the license field for your package! If it is unknown,
|
|
|
|
|
|
|
|
# then please put 'unknown'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
|
|
|
|
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
|
|
|
|
pkgname="jfa-go"
|
|
|
|
pkgname="jfa-go"
|
|
|
|
pkgver=0.1.3
|
|
|
|
pkgver=0.1.3
|
|
|
|
pkgrel=1
|
|
|
|
pkgrel=1
|
|
|
|
epoch=
|
|
|
|
|
|
|
|
pkgdesc="A web app for managing users on Jellyfin"
|
|
|
|
pkgdesc="A web app for managing users on Jellyfin"
|
|
|
|
arch=("x86_64")
|
|
|
|
arch=("x86_64")
|
|
|
|
url="https://github.com/hrfee/jfa-go"
|
|
|
|
url="https://github.com/hrfee/jfa-go"
|
|
|
|
license=('MIT')
|
|
|
|
license=('MIT')
|
|
|
|
groups=()
|
|
|
|
|
|
|
|
depends=()
|
|
|
|
|
|
|
|
makedepends=('go>=1.14' 'python>=3.6.0-1' 'nodejs' 'npm')
|
|
|
|
makedepends=('go>=1.14' 'python>=3.6.0-1' 'nodejs' 'npm')
|
|
|
|
checkdepends=()
|
|
|
|
checkdepends=()
|
|
|
|
optdepends=()
|
|
|
|
optdepends=()
|
|
|
@ -24,8 +16,6 @@ backup=()
|
|
|
|
options=()
|
|
|
|
options=()
|
|
|
|
install=
|
|
|
|
install=
|
|
|
|
changelog=
|
|
|
|
changelog=
|
|
|
|
#source=("$pkgname-$pkgver.tar.gz"
|
|
|
|
|
|
|
|
# "$pkgname-$pkgver.patch")
|
|
|
|
|
|
|
|
source=("jfa-go::git+https://github.com/hrfee/jfa-go.git")
|
|
|
|
source=("jfa-go::git+https://github.com/hrfee/jfa-go.git")
|
|
|
|
noextract=()
|
|
|
|
noextract=()
|
|
|
|
md5sums=(SKIP)
|
|
|
|
md5sums=(SKIP)
|
|
|
@ -48,13 +38,3 @@ package() {
|
|
|
|
install -d "$pkgdir"/opt
|
|
|
|
install -d "$pkgdir"/opt
|
|
|
|
make install DESTDIR="$pkgdir"/opt
|
|
|
|
make install DESTDIR="$pkgdir"/opt
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# check() {
|
|
|
|
|
|
|
|
# cd "$pkgname-$pkgver"
|
|
|
|
|
|
|
|
# make -k check
|
|
|
|
|
|
|
|
# }
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# package() {
|
|
|
|
|
|
|
|
# cd "$pkgname-$pkgver"
|
|
|
|
|
|
|
|
# make DESTDIR="$pkgdir/" install
|
|
|
|
|
|
|
|
# }
|
|
|
|
|
|
|
|