mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
d7adf09a43
* update(slirp) * update(poppler-data) * update(doxygen) * update(xcb) * update(sm) * update(xdmcp) * update(ice) * update(util-macros) * update(xtrans) * update(xmu) * update(xt) * update(xau) * update(xrender) * update(x11) * update(xcb-proto) * update(xpm) * update(xaw) * update(xorg-protocol) * update(exts) * update(lame) * update(nmap) * update(cairo) * update(unicode) * update(gts) * update(vim) * update(libtiff) * update(lua) * comment(bpb) * update(giflib) * update(gdk-pixbuf) * update(gobj-intro) * update(libcap2) * update(gnuplot) * update(dav1d) * update(wumpus) * update(librist) * update(subversion) * comment(jbig2dec) * update(moreutils) * update(eigen) * update(ogg) * update(musl) * update(libtool) * update(isl) * update(coreutils) * update(wget) * update(gmp) * update(libiconv) * update(stow) * update(sed) * update(gperf) * update(libunistring) * update(grep) * update(patch) * update(tar) * update(autoconf) * update(libgpg-error) * update(automake) * update(libksba) * update(npth) * update(libgcrypt) * update(libidn) * update(libassuan) * update(gnupg) * update(libtasn1) * update(ncdu) * update(freexl) * update(nasm) * update(ffmpeg) * update(libsodium) * update(mpg123) * update(freetype) * update(dnsmasq) * update(postgres) * update(xz) * update(docutils) * update(aom) * update(libssh) * update(gitlab-cli) * update(watch) * update(tree) * update(c-ares) * update(mpdecimal) * update(lzo) * update(graphviz) * update(nano) * update(yasm) * update(expect) * update(pcre) * update(file) * update(shared-mime-info) * use `gitlab:` builtin
129 lines
1.7 KiB
YAML
129 lines
1.7 KiB
YAML
distributable:
|
|
url: https://ftp.gnu.org/gnu/coreutils/coreutils-{{ version.raw }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
url: https://ftp.gnu.org/gnu/coreutils/
|
|
match: /coreutils-(\d+\.\d+(\.\d+)?)\.tar\.gz/
|
|
strip:
|
|
- /coreutils-/
|
|
- /.tar.gz/
|
|
|
|
provides:
|
|
- bin/[
|
|
- bin/b2sum
|
|
- bin/base32
|
|
- bin/base64
|
|
- bin/basename
|
|
- bin/basenc
|
|
- bin/cat
|
|
- bin/chcon
|
|
- bin/chgrp
|
|
- bin/chmod
|
|
- bin/chown
|
|
- bin/chroot
|
|
- bin/cksum
|
|
- bin/comm
|
|
- bin/cp
|
|
- bin/csplit
|
|
- bin/cut
|
|
- bin/date
|
|
- bin/dd
|
|
- bin/df
|
|
- bin/dir
|
|
- bin/dircolors
|
|
- bin/dirname
|
|
- bin/du
|
|
- bin/echo
|
|
- bin/env
|
|
- bin/expand
|
|
- bin/expr
|
|
- bin/factor
|
|
- bin/false
|
|
- bin/fmt
|
|
- bin/fold
|
|
- bin/groups
|
|
- bin/head
|
|
- bin/hostid
|
|
- bin/id
|
|
- bin/install
|
|
- bin/join
|
|
- bin/kill
|
|
- bin/link
|
|
- bin/ln
|
|
- bin/logname
|
|
- bin/ls
|
|
- bin/md5sum
|
|
- bin/mkdir
|
|
- bin/mkfifo
|
|
- bin/mknod
|
|
- bin/mktemp
|
|
- bin/mv
|
|
- bin/nice
|
|
- bin/nl
|
|
- bin/nohup
|
|
- bin/nproc
|
|
- bin/numfmt
|
|
- bin/od
|
|
- bin/paste
|
|
- bin/pathchk
|
|
- bin/pinky
|
|
- bin/pr
|
|
- bin/printenv
|
|
- bin/printf
|
|
- bin/ptx
|
|
- bin/pwd
|
|
- bin/readlink
|
|
- bin/realpath
|
|
- bin/rm
|
|
- bin/rmdir
|
|
- bin/runcon
|
|
- bin/seq
|
|
- bin/sha1sum
|
|
- bin/sha224sum
|
|
- bin/sha256sum
|
|
- bin/sha384sum
|
|
- bin/sha512sum
|
|
- bin/shred
|
|
- bin/shuf
|
|
- bin/sleep
|
|
- bin/sort
|
|
- bin/split
|
|
- bin/stat
|
|
- bin/stdbuf
|
|
- bin/stty
|
|
- bin/sum
|
|
- bin/sync
|
|
- bin/tac
|
|
- bin/tail
|
|
- bin/tee
|
|
- bin/test
|
|
- bin/timeout
|
|
- bin/touch
|
|
- bin/tr
|
|
- bin/true
|
|
- bin/truncate
|
|
- bin/tsort
|
|
- bin/tty
|
|
- bin/uname
|
|
- bin/unexpand
|
|
- bin/uniq
|
|
- bin/unlink
|
|
- bin/uptime
|
|
- bin/users
|
|
- bin/vdir
|
|
- bin/wc
|
|
- bin/who
|
|
- bin/whoami
|
|
- bin/yes
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/make: '*'
|
|
tea.xyz/gx/cc: c99
|
|
script: |
|
|
./configure --prefix={{ prefix }}
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
test: test "$(ls -1)" = "xyz.tea.test.sh"
|