Package Details: msync-git 0.9.8.r1099.a1132ef-1

Git Clone URL: https://aur.archlinux.org/msync-git.git (read-only, click to copy)
Package Base: msync-git
Description: A low bandwidth store and forward Mastodon / Pleroma API command line client
Upstream URL: https://github.com/Kansattica/msync.git
Licenses: GPL
Conflicts: msync
Provides: msync
Submitter: faye
Maintainer: faye
Last Packager: faye
Votes: 1
Popularity: 0.000000
First Submitted: 2020-05-10 01:57 (UTC)
Last Updated: 2020-06-06 21:05 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2024-08-19 18:57 (UTC) (edited on 2024-08-19 19:15 (UTC) by m040601)

37         install -Dm0755 build/msync "$pkgdir/usr/bin/msync"
38         install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/msync/LICENSE"

The github repo has a README and MANUAL. Both files are also included in the released tar.gz.

Please make sure this PKGBUILD does not ignore them. They should end up in something like,

/usr/share/doc/msync/README.md
/usr/share/doc/msync/MANUAL.md

Doesnt msync has a "help" or man page already ?

No.

The msync man page is a small hack with pandoc, just to transform the content shown with "msync help" into an man page.

It is just brief content. Extensive explanations and understanding of the tool are in the "MANUAL.md" file.

It even says so there,

For more information, consult the manual:
https://raw.githubusercontent.com/Kansattica/msync/princess/MANUAL.md

Thanks in advance.