Commit graph

4 commits

Author SHA1 Message Date
kamil
23b45443dc Simplify path to options.mk 2016-06-13 23:03:42 +00:00
wiz
1244a65042 Remove wip reference. 2016-06-13 11:20:29 +00:00
kamil
d28e29476f Simplify fetching from GitHub sources
MASTER_SITES=	${MASTER_SITE_GITHUB:=DaveDavenport/${PKGBASE}/releases/download/${PKGVERSION_NOREV}/}

is equivalent to:

MASTER_SITES=   ${MASTER_SITE_GITHUB:=DaveDavenport/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}

Thanks <leot> for pointing it out.

No functional change in the package.
2016-06-12 22:57:58 +00:00
kamil
7b7ce72686 Import rofi-1.0.1 as x11/rofi
A popup window switcher roughly based on superswitcher. This version started
off as a clone of simpleswitcher, the version from Sean Pringle. All credit for
this great tool should go to him. Rofi developed extra features, like a
run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it
a very versatile tool.

Using Rofi is a lot like dmenu, but extended for an improved work flow.

Originally packaged in pkgsrc-wip by myself.
2016-06-12 20:31:10 +00:00