Initial commit

This commit is contained in:
2026-07-08 17:05:02 +03:00
commit ff3ec8e26a
6 changed files with 101 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
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