Skip to content

Instantly share code, notes, and snippets.

@afresh1
Created March 10, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afresh1/29bf1183a335afdfee99e53e75c3bedd to your computer and use it in GitHub Desktop.
Save afresh1/29bf1183a335afdfee99e53e75c3bedd to your computer and use it in GitHub Desktop.
OpenBSD port Makefile for rclone
# $OpenBSD$
COMMENT = rsync for cloud storage
GH_ACCOUNT = ncw
GH_PROJECT = rclone
GH_TAGNAME = v1.35
CATEGORIES = sysutils
MAINTAINER = toddf
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c pthread
MODULES = lang/go
.include <bsd.port.mk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment