forked from ports/contrib
winetricks: initial commit, version 20200412
This commit is contained in:
parent
dadb7bf0c1
commit
e1945fb846
19
winetricks/.footprint
Normal file
19
winetricks/.footprint
Normal file
@ -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
|
5
winetricks/.signature
Normal file
5
winetricks/.signature
Normal file
@ -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
|
15
winetricks/Pkgfile
Normal file
15
winetricks/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user