head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2026.06.04.14.07.54;	author schmonz;	state Exp;
branches;
next	1.1;
commitid	mgUEfaQvLouchuIG;

1.1
date	2026.06.02.11.11.49;	author schmonz;	state Exp;
branches;
next	;
commitid	HrlQkeCYpavMmdIG;


desc
@@


1.2
log
@yaks: fix NetBSD build.
@
text
@# $NetBSD: Makefile,v 1.1 2026/06/02 11:11:49 schmonz Exp $

DISTNAME=		yaks-0.2.0
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_GITHUB:=mattwynne/}
GITHUB_TAG=		v${PKGVERSION_NOREV}

MAINTAINER=		schmonz@@NetBSD.org
HOMEPAGE=		https://github.com/mattwynne/yaks/
COMMENT=		Shared Discovery Trees in the CLI for teams of humans and robots
LICENSE=		mit

USE_LANGUAGES=		c
USE_TOOLS+=		pkg-config

RUSTFLAGS+=		-C link-arg=${COMPILER_RPATH_FLAG}${SSLBASE}/lib

AUTO_MKDIRS=		yes

post-install:
	${INSTALL_DATA} ${WRKSRC}/completions/yx.bash \
		${DESTDIR}${PREFIX}/share/bash-completion/completions/yx
	${INSTALL_DATA} ${WRKSRC}/completions/yx.zsh \
		${DESTDIR}${PREFIX}/share/zsh/site-functions/_yx

.include "cargo-depends.mk"

.include "../../lang/rust/cargo.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add yaks: Shared Discovery Trees in the CLI for teams of humans and robots

yx (yaks) is a command-line tool for managing a shared TODO list as a
tree of nested goals. It's designed for teams -- humans and AI agents
working together on the same codebase.

Everyone on the team works from the same yak map. Changes sync through
git with zero merge conflicts, so you never have to coordinate who's
updating the plan.
@
text
@d1 1
a1 1
# $NetBSD$
d14 3
a25 2
# XXX README.md

@

