summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3202b43086ec037902dd08877dac414b1e5fd275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Maintainer: Jonas Große Sundrup/cherti aur@letopolis.de

pkgname=xattrvi
pkgver=1.0
pkgrel=1
#epoch=0
pkgdesc="An editor for a file's extended attributes in the user-namespace"
arch=(any)
url="https://github.com/cherti/xattrvi"
license=('GPL3')
groups=()
depends=('python')
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/cherti/xattrvi/archive/v1.0.tar.gz")
noextract=()
sha256sums=("f5022d5ebb268d107e4c49d3d790a9df56645ffc9f7ded3ad44f622548424e59")
validpgpkeys=()

package() {
	cd "$pkgname-$pkgver"
	mkdir -p $pkgdir/usr/bin
	cp xattrvi $pkgdir/usr/bin/xattrvi
}