1
0
dwelling-files/build/archlinux/PKGBUILD

31 lines
649 B
Bash
Raw Normal View History

2022-06-27 04:38:09 +04:00
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
2022-08-24 21:42:10 +04:00
pkgname=dwelling-files
2022-09-20 03:36:17 +04:00
pkgver=22.38.0
2022-06-27 04:38:09 +04:00
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=
2022-08-24 21:42:10 +04:00
source=('dwelling-files::git+https://git.arav.top/Arav/dwelling-files.git')
2022-06-27 04:38:09 +04:00
noextract=()
md5sums=('SKIP')
build() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/"
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
}