summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 18c66289199070f142ccf9509be87c7ea910f6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=huxdemp
pkgver=1.0.0
pkgrel=1
pkgdesc='A better hexdump'
arch=('x86_64')
url="https://github.com/kiedtl/huxdemp"
makedepends=()
source=("$url/releases/download/$pkgver/huxd-Linux-x86_64-$pkgver.tar.xz")
sha256sums=('e7269b4b931366b3ca85eb8be604aae87de41948af09c891b6744903c1125d54')

package() {
  cd "huxd-Linux-x86_64-${pkgver}"
  install -Dm755 huxd "${pkgdir}/usr/bin/hxd"
}