forked from kiss-community/repo
tllist: new at 1.1.0
This commit is contained in:
parent
d01918c2a4
commit
023a9d7dbb
12
wayland/tllist/build
Executable file
12
wayland/tllist/build
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
meson \
|
||||||
|
--prefix=/usr \
|
||||||
|
. output
|
||||||
|
|
||||||
|
ninja -C output
|
||||||
|
ninja -C output install
|
||||||
|
|
||||||
|
# $1 is never unset
|
||||||
|
# shellcheck disable=2115
|
||||||
|
rm -rf "$1/usr/share"
|
1
wayland/tllist/checksums
Normal file
1
wayland/tllist/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
0e7b7094a02550dd80b7243bcffc3671550b0f1d8ba625e4dff52517827d5d23
|
1
wayland/tllist/depends
Normal file
1
wayland/tllist/depends
Normal file
@ -0,0 +1 @@
|
|||||||
|
meson make
|
1
wayland/tllist/sources
Normal file
1
wayland/tllist/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://codeberg.org/dnkl/tllist/archive/VERSION.tar.gz
|
1
wayland/tllist/version
Normal file
1
wayland/tllist/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.1.0 1
|
Loading…
Reference in New Issue
Block a user