# Maintainer: axionl # Contributor: Sherlock Holo pkgname=filebrowser-bin pkgver=2.0.3 pkgrel=1 pkgdesc="Web File Manager which can be used as a middleware or standalone app." arch=('x86_64') url="https://github.com/filebrowser/filebrowser" license=('Apache') #depends=('glibc') provides=("filebrowser") conflicts=("filebrowser") install="$pkgname.install" source=('filebrowser@.service' 'filebrowser-bin.install' 'https://raw.githubusercontent.com/hacdias/filebrowser/master/LICENSE') source_x86_64=(linux-amd64-filebrowser-$pkgver.tar.gz::https://github.com/filebrowser/filebrowser/releases/download/v$pkgver/linux-amd64-filebrowser.tar.gz) sha256sums=('79a1fdb1f0b26f211242f1fdb6f3478a56890a721fe324ea7ade2e8f9a351b38' '8a423af0707ac37b15ca425ec097b3d98aecd08238f7599ae9dfcce31c8cbb32' '1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db') sha256sums_x86_64=('ecae6a79facd4ad5c3df86542ec64b656e47c6c1a6102193d41e6f4fe1040ebb') package() { install -Dm644 filebrowser@.service ${pkgdir}/usr/lib/systemd/system/filebrowser@.service install -Dm755 LICENSE ${pkgdir}/usr/share/licenses/filebrowser-bin/LICENSE install -Dm755 $srcdir/filebrowser ${pkgdir}/usr/bin/filebrowser } # vim set: ts=4 sw=4 et: