pkgsrc/devel/mob/Makefile
schmonz 17c6ee5348 Initial import of mob, a tool for swift git handover during remote mob
programming.

With on-site Mob Programming, you just pass on the keyboard to hand over
to the next person. This is a challenge for a distributed team.

We hand over with WIP commits on a temporary git branch. A quick
handover is essential. At the end of the mob session, we squash the WIP
commits into expressive commits and merge into master.

We created the mob tool to simplify this process. mob notifies you when
it's time to handover. mob can moo.
2020-09-18 09:27:43 +00:00

18 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/09/18 09:27:43 schmonz Exp $
DISTNAME= ${GITHUB_PROJECT}-0.0.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/}
GITHUB_PROJECT= mob
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://mob.sh/
COMMENT= Swift git handover during remote mob programming
LICENSE= mit
GO_DIST_BASE= ${PKGNAME_NOREV}
GO_SRCPATH= github.com/remotemobprogramming/mob
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"