File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed
Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
22
33PortSystem 1.0
4- PortGroup github 1.0
4+ PortGroup obsolete 1.0
55
6- github.setup Kegworks-App Winery 2.0.4 v
7- github.tarball_from releases
8- revision 0
96name kegworks
10- platforms {darwin >= 19.4}
11- # Winery is LGPL-2.1 but will be changed later once the new codebase it finished
12- license LGPL-2.1
7+ version 2.0.4
8+ revision 1
9+ replaced_by sikarugir
1310categories emulators
14-
15- supported_archs x86_64
16- maintainers {@Gcenx}
17- homepage https://github.com/Kegworks-App/Kegworks/
18-
19- description ${name} is a user-friendly tool used to make ports of Microsoft Windows software to Apple's macOS.
20- long_description {*}${description}
21-
22- distname winery-v${version}
23- use_xz yes
24-
25- checksums rmd160 b9dfd427ae09246a12f28a780c538bfc3f94a109 \
26- sha256 626f9bf9e6c29493906e371a6f1eb72acecb21cef68516890eb98ef59e844160 \
27- size 817976
28-
29- use_configure no
30- build {}
31-
32- destroot {
33- move " ${workpath} /Winery.app" " ${destroot}${applications_dir} /Kegworks Winery.app"
34- system -W ${destroot}${applications_dir} " /usr/bin/codesign --deep --force --sign - 'Kegworks Winery.app'"
35- }
You can’t perform that action at this time.
0 commit comments