Skip to content

Commit

Permalink
limechat: submission
Browse files Browse the repository at this point in the history
  • Loading branch information
i0ntempest committed May 31, 2024
1 parent 8c30b0e commit 6e2c1e1
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions irc/limechat/Portfile
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}
}

1 comment on commit 6e2c1e1

@barracuda156
Copy link
Contributor

@barracuda156 barracuda156 commented on 6e2c1e1 May 31, 2024

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.

Please sign in to comment.