Created
March 10, 2017 17:53
-
-
Save afresh1/29bf1183a335afdfee99e53e75c3bedd to your computer and use it in GitHub Desktop.
OpenBSD port Makefile for rclone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $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