summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e190904ea8ac11b7f88c2623a71d13f76de393b0 (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
# Maintainer: Raphael Tittel <raphaeltittel@gmail.com>
pkgname="bindump-git"
pkgver=1.01
pkgrel=1
pkgdesc="Display binary contents of any file."
arch=("x86_64" "arm")
url="https://github.com/Raphadoodle/bindump-git.git"
license=('GPL')
groups=()
depends=("xxd" "python3")
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git+$url")
noextract=()
sha256sums=('SKIP')
validpgpkeys=()

package() {
	cd "$pkgname"
	install -Dm755 bindump "${pkgdir}/usr/local/bin/bindump"
	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 
}