Search Criteria
Package Details: assh-git 2.16.0.r0.g869f9789-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/assh-git.git (read-only, click to copy) |
|---|---|
| Package Base: | assh-git |
| Description: | make your ssh client smarter https://manfred.life/assh |
| Upstream URL: | https://github.com/moul/assh.git |
| Licenses: | MIT |
| Provides: | assh |
| Submitter: | Jeffrey4l |
| Maintainer: | Jeffrey4l |
| Last Packager: | Jeffrey4l |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-03-30 16:25 (UTC) |
| Last Updated: | 2023-11-12 07:01 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Latest Comments
katt commented on 2020-06-11 15:14 (UTC)
Please follow the guidelines for -git packages: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function
It should contain the revision and commit, something like this will get you up and running
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'