-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
i0ntempest
committed
May 31, 2024
1 parent
8c30b0e
commit 6e2c1e1
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
PortGroup xcode 1.0 | ||
|
||
github.setup psychs limechat 2.47 | ||
revision 0 | ||
categories irc aqua | ||
maintainers {i0ntempest @i0ntempest} openmaintainer | ||
license GPL-2 | ||
|
||
description IRC Client for Mac | ||
long_description LimeChat is an IRC client for Mac OS X. \ | ||
- One window for multiple servers. \ | ||
- Rich keyboard shortcuts for your comfortable operations. \ | ||
- Fast and stable. | ||
|
||
checksums rmd160 fa81e57d258280ff50d1a44e7f1759680554212e \ | ||
sha256 cb07c833d8bff0057b6bd1b38ee687e82a18466f8ab9e8b3c8db54ba21f48a12 \ | ||
size 3540775 | ||
|
||
platforms macosx | ||
|
||
xcode.configuration Release | ||
|
||
if {${os.major} >= 22} { | ||
xcode.build.settings-append \ | ||
CODE_SIGN_IDENTITY=- | ||
} else { | ||
xcode.build.settings-append \ | ||
CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO | ||
} | ||
|
||
destroot { | ||
file copy ${worksrcpath}/build/${xcode.configuration}/LimeChat.app ${destroot}${applications_dir} | ||
} |
6e2c1e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@i0ntempest We already have this port -_-
https://github.com/macports/macports-ports/blob/8c30b0e9fd88d94c115b38c92809b909c4eac9aa/aqua/LimeChat/Portfile
Now this created a conflict and broken systems which had a fallback version specified.