diff --git a/PKGBUILD b/PKGBUILD index ffa95bb..5560013 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 pkgname="jfa-go" pkgver=0.1.3 pkgrel=1 -epoch= pkgdesc="A web app for managing users on Jellyfin" arch=("x86_64") url="https://github.com/hrfee/jfa-go" license=('MIT') -groups=() -depends=() makedepends=('go>=1.14' 'python>=3.6.0-1' 'nodejs' 'npm') checkdepends=() optdepends=() @@ -24,8 +16,6 @@ backup=() options=() install= changelog= -#source=("$pkgname-$pkgver.tar.gz" -# "$pkgname-$pkgver.patch") source=("jfa-go::git+https://github.com/hrfee/jfa-go.git") noextract=() md5sums=(SKIP) @@ -48,13 +38,3 @@ package() { install -d "$pkgdir"/opt make install DESTDIR="$pkgdir"/opt } - -# check() { -# cd "$pkgname-$pkgver" -# make -k check -# } -# -# package() { -# cd "$pkgname-$pkgver" -# make DESTDIR="$pkgdir/" install -# } diff --git a/README.md b/README.md index 08e5f8c..4474379 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ I chose to rewrite the python [jellyfin-accounts](https://github.com/hrfee/jelly Grab an archive from the release section for your platform, and extract `jfa-go` and `data` to the same directory. Run the executable to start. +A PKGBUILD is also provided for those using Arch Linux. + For [docker](https://hub.docker.com/repository/docker/hrfee/jfa-go), run: ``` docker create \