From cfeeb8bc61f97ac38fc6ac4ee79230b121e3d6a9 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Thu, 12 Apr 2018 18:35:01 +0200 Subject: archive/innoextract: new spell, an extractor for Inno Setup installers --- archive/innoextract/DETAILS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 archive/innoextract/DETAILS (limited to 'archive/innoextract/DETAILS') diff --git a/archive/innoextract/DETAILS b/archive/innoextract/DETAILS new file mode 100755 index 0000000000..9d60741db5 --- /dev/null +++ b/archive/innoextract/DETAILS @@ -0,0 +1,15 @@ + SPELL=innoextract + VERSION= + SOURCE="1.6.tar.gz" + SOURCE_URL[0]=https://github.com/dscharrer/${SPELL}/archive/${SOURCE} + SOURCE_HASH=sha512:f49a97c3b569316f51becd9fe68f996ccd5aff0b9b44298f6fd8bd9ea695437e400448561ed66d1c1fb8c41126b813a7e779ec57ebff190edc7a8b350816db79 +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1.6" + WEB_SITE="http://constexpr.org/innoextract/" + LICENSE[0]=zlib + ENTERED=20180412 + SHORT="a tool for extracting installers created with Inno Setup" +cat << EOF +Inno Setup is a tool to create installers for Microsoft Windows applications. +innoextract allows to extract such installers under non-Windows systems +without running the actual installer using wine. +EOF -- cgit v1.2.3