Search Criteria
Package Details: xd 1.4-1
Git Clone URL: | https://aur.archlinux.org/xd.git (read-only, click to copy) |
---|---|
Package Base: | xd |
Description: | a utility for dumping files in hex, decimal, or octal |
Upstream URL: | http://www.fourmilab.ch/xd |
Licenses: | |
Submitter: | None |
Maintainer: | eatmyvenom |
Last Packager: | eatmyvenom |
Votes: | 6 |
Popularity: | 0.48 |
First Submitted: | 2007-04-18 01:32 |
Last Updated: | 2021-01-23 09:00 |
Latest Comments
kseistrup commented on 2020-11-16 07:33
Please update PKGBUILD to using https download.
lowfatcomputing commented on 2012-10-07 20:27
Oops. Thanks luolimao, package updated.
luolimao commented on 2012-10-07 20:14
the lines that say
mkdir -p $pkgdir/usr/bin
install -Dm755 xd $pkgdir/usr/bin
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 xd.1 $pkgdir/usr/share/man/man1
should say
install -Dm755 xd $pkgdir/usr/bin/xd
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 xd.1 $pkgdir/usr/share/man/man1/xd.1
(using mkdir is redundant with the install command).
lowfatcomputing commented on 2012-08-05 20:57
Updated PKGBUILD: http://ix.io/2Ih