Package Details: htmlq-git r17.0cb3b72-1

Git Clone URL: https://aur.archlinux.org/htmlq-git.git (read-only, click to copy)
Package Base: htmlq-git
Description: Like jq, but for HTML
Upstream URL: https://github.com/mgdm/htmlq
Licenses: MIT
Submitter: boreq
Maintainer: boreq
Last Packager: boreq
Votes: 1
Popularity: 0.000193
First Submitted: 2021-02-04 20:55 (UTC)
Last Updated: 2021-02-04 20:55 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Sematre commented on 2021-09-10 00:36 (UTC)

Since the project now has version tags I think its time for a new pkgver() function.

pkgver() {
  cd "$pkgname"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

Code source: https://wiki.archlinux.org/title/VCS_package_guidelines#Git