https://github.com/xyproto/guessica
:chopsticks: Update a PKGBUILD file by guessing the latest version number and finding the latest git tag and hash online
https://github.com/xyproto/guessica
guess pkgbuild utility
Last synced: 9 months ago
JSON representation
:chopsticks: Update a PKGBUILD file by guessing the latest version number and finding the latest git tag and hash online
- Host: GitHub
- URL: https://github.com/xyproto/guessica
- Owner: xyproto
- License: bsd-3-clause
- Archived: true
- Created: 2020-05-28T07:19:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:05:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T07:57:08.932Z (over 1 year ago)
- Topics: guess, pkgbuild, utility
- Language: Go
- Homepage:
- Size: 1.81 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guessica
 [](https://goreportcard.com/report/github.com/xyproto/guessica) [](https://raw.githubusercontent.com/xyproto/guessica/master/LICENSE)
Update a `PKGBUILD` file by guessing the latest version number and finding the latest git tag and hash online.
This utility is a bit experimental and needs a version 2 that can improve the detection and hash sum generation. Perhaps by using LLMs.

## Installation (development version)
go get -u github.com/xyproto/guessica/cmd/guessica
## Usage
### Detect the latest version
guessica PKGBUILD
### Detect the latest version and write the changes back to the PKGBUILD
guessica -i PKGBUILD
## Note
The `pkgver` and `source` arrays will be guessed by searching the project webpage as defined by the `url`. For for projects on GitHub, `github.com` may also be visited.
## General info
* Version: 1.1.2
* License: BSD-3
* Author: Alexander F. Rødseth <xyproto@archlinux.org>
## Stargazers over time
[](https://starchart.cc/xyproto/guessica)