Search Criteria
Package Details: jetporch-git 0.0.1.r126.g565e639-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jetporch-git.git (read-only, click to copy) |
---|---|
Package Base: | jetporch-git |
Description: | Jet is a general-purpose, community-driven IT automation platform for configuration, deployment, orchestration, patching, and arbitrary task execution workflows. |
Upstream URL: | https://www.jetporch.com/ |
Licenses: | GPL |
Conflicts: | jetporch |
Provides: | jetporch |
Submitter: | jvybihal |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-06 07:20 (UTC) |
Last Updated: | 2023-10-27 10:13 (UTC) |
Dependencies (4)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
Mr.Smith1974 commented on 2024-01-28 10:50 (UTC)
Thanks for the package.
alerque commented on 2023-10-27 07:53 (UTC)
The author originally posted the code to GitHub, then migrated it to SourceHut. He neglected to push the tags across when he did, but there is an official 0.0.1 tag. The easiest way to fix this is to check if the tag exists and if not add it before getting the version. This patch should be versioning that keeps working after the tagging issue is fixed upstream. Save to a file and apply with
git am < file.patch
:jvybihal commented on 2023-10-25 10:37 (UTC)
@alerque Thanks! I have made appropriate changes. Re-tested building in clean chroot and pushed to aur. The source repo is not tagged.
alerque commented on 2023-10-25 09:14 (UTC)
Please remove the
replaces=()
line, that is completely inappropriate for a VCS package. That is only for use when a project is deprecated and re-introduced under a different name. Also thepkgver()
function should return a value relative to the last stable tag (0.0.1 in this case) plus a counter. The Wiki VCS package guidelines have info on how to dot that. I believe the pkg-config dependency is going to turn out to me a makedepends as well.