summaryrefslogtreecommitdiff
path: root/xxd/Pkgfile
blob: 019b8dd3a7bf0409d4af3bb43b847a254d961f43 (plain)
    1 # Description: xxd creates a hex dump of a given file or standard input.
    2 # URL: N/A
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 
    5 name=xxd
    6 version=1.10
    7 release=1
    8 source=(http://grail.cba.csuohio.edu/~somos/$name-$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 
   13 	make
   14 
   15 	install -d $PKG/usr/{bin,man/man1}
   16 	install -m 755 xxd $PKG/usr/bin
   17 	install -m 644 xxd.1 $PKG/usr/man/man1
   18 }

Generated by cgit