Skip to content

Commit

Permalink
Add macports Portfile to repo, add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
System Administrator committed Jan 29, 2013
1 parent 5e64b47 commit fc2c0d5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
24 changes: 24 additions & 0 deletions Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# $Id: Portfile 78632 2011-05-14 22:50:58Z [email protected] $

PortSystem 1.0

name macportsscripts
version dev
platforms darwin
categories sysutils
maintainers phw openmaintainer
description Various scripts to work with macports

homepage http://yum.baseurl.org/
fetch.type git
git.url git://github.com/derphilipp/macportsscripts.git

use_configure no
build {}

destroot {
xinstall -d -m 755 ${destroot}${prefix}/bin
eval xinstall -m 755 [glob ${worksrcpath}/*] ${destroot}${prefix}/bin
}

livecheck.type none

0 comments on commit fc2c0d5

Please sign in to comment.