Package Details: zxfer 1.1.7-1

Git Clone URL: https://aur.archlinux.org/zxfer.git (read-only, click to copy)
Package Base: zxfer
Description: transfer ZFS filesystems, snapshots, properties, files and directories
Upstream URL: https://github.com/allanjude/zxfer
Licenses: BSD
Submitter: Mic92
Maintainer: codyps
Last Packager: codyps
Votes: 4
Popularity: 0.000000
First Submitted: 2014-11-24 09:54 (UTC)
Last Updated: 2019-05-31 19:24 (UTC)

Required by (0)

Sources (1)

Latest Comments

Mic92 commented on 2019-05-15 08:17 (UTC)

I am no longer using archlinux. Feel free to adopt or remove this PKGBUILD.

Mic92 commented on 2016-08-13 10:54 (UTC)

fixed

duckunix commented on 2016-08-13 00:14 (UTC)

Simple fix for this issue: diff --git a/PKGBUILD b/PKGBUILD index 0686dce..450b263 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,6 +12,7 @@ package() { cd "$srcdir/zxfer-${pkgver}" mkdir -p "$pkgdir/usr/share/man/man8/" + gzip -9 zxfer.8 install -D -m755 "zxfer" "$pkgdir/usr/bin/zxfer" install -D -m644 "zxfer.8.gz" "$pkgdir/usr/share/man/man8/zxfer.8.gz"

lnicola commented on 2016-07-03 10:10 (UTC)

This doesn't work for me: ==> Starting package()... install: cannot stat 'zxfer.8.gz': No such file or directory The github release contains an uncompressed manpage.