The rcm suite of tools is for managing dotfiles directories. This suite is useful for committing your rc files to a central repository to share, but it also scales to a more complex situation such as multiple source directories shared between computers with some host-specific or task-specific files. Originally packaged in pkgsrc-wip by Jonathan Buschmann and then updated and a bit modified by myself.
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/19 11:45:25 leot Exp $
|
|
|
|
DISTNAME= rcm-1.3.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://thoughtbot.github.io/rcm/
|
|
COMMENT= Tools for rc file (dotfile) management
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|