blob: 345567b88a5cd8f4e5242158baf2148dddb0d156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis
tessera "libtsm":
source: "https://github.com/Aetf/libtsm/archive/refs/tags/v4.3.0.tar.gz"
patches: @[""]
dependencies: @[
"libxkbcommon"
]
dependants: @["kmscon"]
build: @[
"meson setup build --prefix=/usr",
"cd build",
"meson compile",
"meson install"
]
result: "libtsm.so"
|
; all rights regarding Text and Data Mining (TDM) are reserved.