Search Criteria
Package Details: gmi2html 0.6.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gmi2html.git (read-only, click to copy) |
|---|---|
| Package Base: | gmi2html |
| Description: | Translate text/gemini to HTML |
| Upstream URL: | https://github.com/shtanton/gmi2html |
| Licenses: | MIT |
| Submitter: | shtanton |
| Maintainer: | shtanton |
| Last Packager: | shtanton |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-01-04 13:07 (UTC) |
| Last Updated: | 2023-09-16 17:33 (UTC) |
Latest Comments
shtanton commented on 2022-12-22 18:47 (UTC)
Cheers, all fixed
TrialnError commented on 2022-10-11 20:35 (UTC) (edited on 2022-10-11 20:42 (UTC) by TrialnError)
Is the required version for zig really that strict? Because the version in the repos is at 0.9.1, wheras this requires 0.9.0.
Further notes regarding the PKGBUILD:
* Empty vars can and should be removed
* zig build seems to me, that there is something compiled. If so, this belongs into the build() function of a PKGBUILD. Only install should be in package()
* some people use SRCDEST. Therefore it would be nice if the downloaded source has a unique name by prepending the source line with
$pkgname-$pkgver.tar.gz::