pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brush-shell: simplify, cleanup



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jun 11 12:32:50 2026 +0200
Changeset:	31f64b6409a2f2ed400fe4edb34a807830f3ea00

Modified Files:
	brush-shell/DESCR
	brush-shell/Makefile

Log Message:
brush-shell: simplify, cleanup

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31f64b6409a2f2ed400fe4edb34a807830f3ea00

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brush-shell/DESCR    | 8 +++-----
 brush-shell/Makefile | 6 ++----
 2 files changed, 5 insertions(+), 9 deletions(-)

diffs:
diff --git a/brush-shell/DESCR b/brush-shell/DESCR
index ca665d7cbd..f643800bc6 100644
--- a/brush-shell/DESCR
+++ b/brush-shell/DESCR
@@ -1,5 +1,3 @@
-brush (Bo(u)rn(e) RUsty SHell) is a modern bash-
-and POSIX- compatible shell written in Rust.
-Run your existing scripts and .bashrc
-unchanged -- with syntax highlighting
-and auto-suggestions built in.
+brush (Bo(u)rn(e) RUsty SHell) is a modern bash- and POSIX-compatible
+shell written in Rust.  Run your existing scripts and .bashrc
+unchanged -- with syntax highlighting and auto-suggestions built-in.
diff --git a/brush-shell/Makefile b/brush-shell/Makefile
index b7e63aa82c..719c62678d 100644
--- a/brush-shell/Makefile
+++ b/brush-shell/Makefile
@@ -5,15 +5,13 @@ PKGNAME=	${DISTNAME:S,-v,-,}
 CATEGORIES=	shells
 MASTER_SITES=	${MASTER_SITE_GITHUB:=reubeno/}
 GITHUB_PROJECT=	brush
-GITHUB_TAG=	refs/tags/brush-shell-v0.4.0
+GITHUB_TAG=	${DISTNAME}
 
 MAINTAINER=	drixter%e-utp.net@localhost
 HOMEPAGE=	https://github.com/reubeno/brush/
-COMMENT=	brush (Bo(u)rn(e) RUsty SHell) written in Rust
+COMMENT=	POSIX- and bash-compatible shell written in Rust
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/brush-brush-shell-v0.4.0
-
 RUST_REQ=	1.88.0
 USE_TOOLS+=	pkg-config
 


Home | Main Index | Thread Index | Old Index