mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
parent
09dace6310
commit
c3fd1aec5f
1 changed files with 35 additions and 0 deletions
35
projects/gnu.org/findutils/package.yml
Normal file
35
projects/gnu.org/findutils/package.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
distributable:
|
||||
url: https://ftp.gnu.org/gnu/findutils/findutils-{{version}}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
url: https://ftp.gnu.org/gnu/findutils/
|
||||
match: /findutils-\d+\.\d+\.\d+\.tar\.xz/
|
||||
strip:
|
||||
- /^findutils-/
|
||||
- /\.tar\.xz$/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --localstatedir={{prefix}}/var/locate
|
||||
- --disable-dependency-tracking
|
||||
- --disable-nls
|
||||
- --with-packager=Tea.xyz
|
||||
- --with-packager-bug-reports=https://github.com/teaxyz/pantry/issues
|
||||
|
||||
provides:
|
||||
- bin/find
|
||||
- bin/locate
|
||||
- bin/updatedb
|
||||
- bin/xargs
|
||||
test: find --version | grep {{version}}
|
Loading…
Reference in a new issue