You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
8053856e7b
In preparation for changing the default.
23 lines
798 B
Tcl
23 lines
798 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup xcode 1.0
|
|
|
|
github.setup leolezner HideSysFiles 1.0
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories aqua
|
|
maintainers nomaintainer
|
|
|
|
description Small MacOS X App to show or hide system files
|
|
|
|
long_description {*}${description}
|
|
|
|
fetch.type git
|
|
git.branch 4ae912daf647d949767d78ceec7924e54307952d
|
|
|
|
livecheck.type regexm
|
|
livecheck.url ${github.raw}/master/${github.project}-Info.plist
|
|
livecheck.regex {<key>CFBundleShortVersionString</key>\s*<string>([^<]+)</string>}
|