637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
10 lines
246 B
TOML
10 lines
246 B
TOML
[package]
|
|
name = "upx"
|
|
version = "4.2.1"
|
|
|
|
#TODO missing script for "make", see https://github.com/upx/upx/blob/devel/README.SRC
|
|
[source]
|
|
tar = "https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-src.tar.xz"
|
|
[build]
|
|
template = "custom"
|