summaryrefslogtreecommitdiffstats
path: root/archive/innoextract/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/innoextract/DETAILS')
-rwxr-xr-xarchive/innoextract/DETAILS15
1 files changed, 15 insertions, 0 deletions
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