• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H04-Jun-2021-4341

cmd/guessica/H04-Jun-2021-9685

img/H03-May-2022-

testdata/H04-Jun-2021-2621

vendor/H03-May-2022-172,804141,774

.gitignoreH A D04-Jun-2021292 1813

LICENSEH A D04-Jun-20211.1 KiB2217

README.mdH A D04-Jun-20211 KiB3217

TODO.mdH A D04-Jun-202173 63

crawl.goH A D04-Jun-20215.8 KiB208159

go.modH A D04-Jun-2021129 96

go.sumH A D04-Jun-20212 KiB2221

guess.goH A D04-Jun-20214.8 KiB168126

update.goH A D04-Jun-20211.1 KiB4433

version.goH A D04-Jun-2021124 52

vnum.goH A D04-Jun-202112.3 KiB448349

README.md

1# Guessica
2
3![Build](https://github.com/xyproto/guessica/workflows/Build/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/xyproto/guessica)](https://goreportcard.com/report/github.com/xyproto/guessica) [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/xyproto/guessica/master/LICENSE)
4
5Update a `PKGBUILD` file by guessing the latest version number and finding the latest git tag and hash online.
6
7![logo](img/guessica.svg)
8
9## Installation (development version)
10
11    go get -u github.com/xyproto/guessica/cmd/guessica
12
13## Usage
14
15### Detect the latest version
16
17	guessica PKGBUILD
18
19### Detect the latest version and write the changes back to the PKGBUILD
20
21    guessica -i PKGBUILD
22
23## Note
24
25The `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.
26
27## General info
28
29* Version: 1.1.0
30* License: MIT
31* Author: Alexander F. Rødseth <xyproto@archlinux.org>
32