# Maintainer: Alexander "Arav" Andreev <me@arav.su>
pkgname=dwelling-files
pkgver=24.50.0
pkgrel=1
pkgdesc="Arav's dwelling / Files"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.su/Arav/dwelling-files"
license=('MIT')
makedepends=('go>=1.16')
provides=('dwelling-files')
conflicts=('dwelling-files')
source=("${pkgver}.tar.gz::https://git.arav.su/Arav/dwelling-files/archive/v${pkgver}.tar.gz")
md5sums=('SKIP')

build() {
    cd "$srcdir/$pkgname"
    export GOPATH="$srcdir"/gopath
    make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr"
}

package() {
    cd "$srcdir/$pkgname"
    make DESTDIR="$pkgdir" PREFIX="/usr" install
}