+xdg-user-dirs

(note per typical freedesktop style: not particularly useful)
This commit is contained in:
Max Howell 2024-02-15 09:44:45 -05:00
parent 7f3a120ef7
commit 8b5a41aeb4

View file

@ -0,0 +1,28 @@
distributable:
url: http://user-dirs.freedesktop.org/releases/xdg-user-dirs-{{version.tag}}.tar.gz
strip-components: 1
provides:
- bin/xdg-user-dir
- bin/xdg-user-dirs-update
versions:
gitlab: gitlab.freedesktop.org:xdg/xdg-user-dirs/tags
dependencies:
gnu.org/gettext: ^0.21
gnu.org/libiconv: ^1.1
build:
script:
- ./configure
--prefix="{{ prefix }}"
--disable-documentation
# ^^ doesnt build and docs dont say what deps this needs to build
- make --jobs {{ hw.concurrency }} install
env:
# without this fails to add the transitive dependency
LDFLAGS: -liconv
test:
xdg-user-dir --help