Search Criteria
Package Details: readme-generator-git r62.2092668-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/readme-generator-git.git (read-only, click to copy) |
---|---|
Package Base: | readme-generator-git |
Description: | A basic tool to generate modern readme's |
Upstream URL: | https://github.com/F0xedb/README-generator |
Keywords: | readme |
Licenses: | GPL |
Submitter: | F0xedb |
Maintainer: | F0xedb |
Last Packager: | F0xedb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-06 19:45 (UTC) |
Last Updated: | 2019-08-25 20:35 (UTC) |
Latest Comments
yochananmarqos commented on 2019-08-07 13:36 (UTC)
FYI, you don't need to bump the version on VCS packages. The latest commit is pulled each time it's built. Unless something needs to be changed or added to the PKGBUILD itself, it can stay as is.
F0xedb commented on 2019-08-06 21:08 (UTC)
@yochananmarqos Thanks for the tips! I have changed the PKGBUILD as requested. If I have made more mistakes please let me know.
yochananmarqos commented on 2019-08-06 20:33 (UTC)
Please add a
pkgver()
array per VCS package guidelines:If there are no tags then use number of revisions since beginning of the history:
You'll also need to add
git
tomakedepends
.Instead of using
mkdir
&cp
, you can useinstall -D
and also set permissions. No need for yourprepare()
array at all.