summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 15953c12f6d29c53065972b9ef78e148f3cf892b (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
33
34
35
# Maintainer: Jonas Große Sundrup/cherti aur@letopolis.de

pkgname=xattrvi
pkgver=1.0
pkgrel=2
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=("7c1ae937a2f43c9fb2f2c01f05e3b8871604d5f904ed7fdd7ffd467a5c11a06b")
validpgpkeys=()

package() {
	cd "$pkgname-$pkgver"

	mkdir -p $pkgdir/usr/bin
	cp xattrvi $pkgdir/usr/bin/xattrvi

	mkdir -p $pkgdir/usr/share/man/man1
	cp doc/xattrvi.1 $pkgdir/usr/share/man/man1/xattrvi.1
}