Skip to content

Commit

Permalink
#1 Add portfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jan 31, 2022
1 parent f272035 commit d52664f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# -*- 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 golang 1.0

homepage https://github.com/thatmattlove/oui

categories net

description MAC Address CLI Toolkit

long_description Look up MAC Address vendors and convert MAC Addresses \
to other formats — offline and at the console.

maintainers {stunninglyclear.com:matt @thatmattlove} openmaintainer

license BSD-3-Clause-Clear

go.setup github.com/thatmattlove/oui 0.1.8 v

github.tarball_from archive

revision 0

destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}

0 comments on commit d52664f

Please sign in to comment.