29 lines
681 B
Text
29 lines
681 B
Text
# Contributor:
|
|
# Maintainer:
|
|
pkgname=hexd
|
|
pkgver=1.1.0
|
|
pkgrel=0
|
|
pkgdesc="hexd prints a human-readable hexdump of the specified files, or standard input if omitted."
|
|
url="https://github.com/FireyFly/hexd"
|
|
arch="all"
|
|
license="MIT"
|
|
depends=""
|
|
makedepends=""
|
|
checkdepends=""
|
|
install=""
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/FireyFly/hexd/archive/v$pkgver/hexd-$pkgver.tar.gz"
|
|
builddir="$srcdir/hexd-$pkgver"
|
|
options="!check"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX="/usr" install
|
|
}
|
|
|
|
sha512sums="
|
|
d884bd1b2e8d224439c77c40cb30636074060bc5816e2941aecc82f1ee860be04c7bbfdbc6f35e7c9b0175e7f6ffd5ad26cfba4d9f77f5c41374f477d7ba35ed hexd-1.1.0.tar.gz
|
|
"
|