diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-19 09:00:20 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-19 09:31:25 +0000 |
commit | e1945fb846a1eb2312fcd4c139f183178e473ed2 (patch) | |
tree | 1ffe551ba3c59cddc9075c8d60b71cbdcb54be84 /winetricks | |
parent | dadb7bf0c1e06f906751c3d855336e2f427259b5 (diff) | |
download | contrib-e1945fb846a1eb2312fcd4c139f183178e473ed2.tar.gz contrib-e1945fb846a1eb2312fcd4c139f183178e473ed2.tar.xz |
winetricks: initial commit, version 20200412
Diffstat (limited to 'winetricks')
-rw-r--r-- | winetricks/.footprint | 19 | ||||
-rw-r--r-- | winetricks/.signature | 5 | ||||
-rw-r--r-- | winetricks/Pkgfile | 15 |
3 files changed, 39 insertions, 0 deletions
diff --git a/winetricks/.footprint b/winetricks/.footprint new file mode 100644 index 000000000..e70a5e752 --- /dev/null +++ b/winetricks/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/winetricks +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/winetricks.desktop +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/winetricks +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/winetricks.svg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/winetricks.1.gz +drwxr-xr-x root/root usr/share/metainfo/ +-rw-r--r-- root/root usr/share/metainfo/winetricks.appdata.xml diff --git a/winetricks/.signature b/winetricks/.signature new file mode 100644 index 000000000..d74120072 --- /dev/null +++ b/winetricks/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF39QAP/kw/KXGmdainJ0q4/LYbPiYTzdUe9FYDZiuwLGxw3el+t2/l6i9BLUAJi8TE/8tnYlrlUVGEqmguwKhNgU= +SHA256 (Pkgfile) = dc9355d914bc5db13635fa5b4afddba33b89dd19a0c6d453fcd15b14827e15ef +SHA256 (.footprint) = 7712050aee0c98d5393961f09eee81b2e800b418224537ba88d1d2dbcd6f8cbc +SHA256 (winetricks-20200412.tar.gz) = 4b0aa4f11dbc30d10a8edd2bb83fcc34f9b143ab58ccce7b99cd54ebff7ec260 diff --git a/winetricks/Pkgfile b/winetricks/Pkgfile new file mode 100644 index 000000000..99772f7ca --- /dev/null +++ b/winetricks/Pkgfile @@ -0,0 +1,15 @@ +# Description: Winetricks is an easy way to work around problems in Wine +# URL: https://github.com/Winetricks/winetricks/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: cabextract unzip wine xmessage +# Optional: zenity + +name=winetricks +version=20200412 +release=1 +source=(https://github.com/Winetricks/winetricks/archive/$version/$name-$version.tar.gz) + +build() { + cd $name-$version + make DESTDIR=$PKG install +} |