1
0
Fork 0
dwelling-files/build/archlinux/PKGBUILD

31 lines
657 B
Bash

# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-files-git
pkgver=22.26.0
pkgrel=1
pkgdesc="Arav's dwelling / Files"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.top/Arav/dwelling-files"
license=('MIT')
groups=()
depends=()
makedepends=('git' 'go')
provides=('dwelling-files')
conflicts=('dwelling-files')
replaces=()
backup=()
options=()
install=
source=('dwelling-files-git::git+https://git.arav.top/Arav/dwelling-files.git')
noextract=()
md5sums=('SKIP')
build() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/"
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
}