Skip to content

Commit

Permalink
user/moreutils: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyyls authored and q66 committed Jan 14, 2025
1 parent 193194a commit 55c51cb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions user/moreutils/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pkgname = "moreutils"
pkgver = "0.70"
pkgrel = 0
build_style = "makefile"
make_build_args = ["DOCBOOKXSL=/usr/share/xsl-nons/docbook"]
hostmakedepends = [
"docbook-xsl-nons",
"libxml2-progs",
"perl",
"xsltproc",
]
makedepends = ["linux-headers"]
depends = ["perl-ipc-run"]
pkgdesc = "Miscallaenous unix utilities"
maintainer = "ttyyls <[email protected]>"
license = "GPL-2.0-or-later"
url = "https://joeyh.name/code/moreutils"
source = f"https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-{pkgver}.tar.gz"
sha256 = "f2bf46d410ba567cc8d01507e94916994e48742722e690dc498fab59f5250132"
hardening = ["vis", "cfi"]
# no tests defined
options = ["!check"]
1 change: 1 addition & 0 deletions user/moreutils/update.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pattern = r"version_([\d.]+)"

0 comments on commit 55c51cb

Please sign in to comment.