21 lines
536 B
YAML
21 lines
536 B
YAML
name: innoextract
|
|
description: A tool to extract installers created by Inno Setup
|
|
version: "1.9"
|
|
revision: 1
|
|
url: https://constexpr.org/innoextract/
|
|
license: Zlib
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
downloads:
|
|
- url: https://github.com/dscharrer/innoextract/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 576657932e92835343a829c3be1baefc34593d1f84309df93eb1d39a8bb51510
|
|
depends:
|
|
- boost
|
|
- xz-utils
|
|
make_depends:
|
|
- cmake
|