Sat Jan 28 13:06:55 2023 UTC ()
math/apecrunch: reset maintainer


(pin)
diff -r1.1 -r1.2 pkgsrc/math/apecrunch/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/math/apecrunch/Makefile (expand / switch to unified diff)

--- pkgsrc/math/apecrunch/Makefile 2022/09/26 14:02:23 1.1
+++ pkgsrc/math/apecrunch/Makefile 2023/01/28 13:06:55 1.2
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2022/09/26 14:02:23 pin Exp $ 1# $NetBSD: Makefile,v 1.2 2023/01/28 13:06:55 pin Exp $
2 2
3DISTNAME= apecrunch-0.0.3 3DISTNAME= apecrunch-0.0.3
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ${MASTER_SITE_GITHUB:=Gip-Gip/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Gip-Gip/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pin@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/Gip-Gip/apecrunch/ 9HOMEPAGE= https://github.com/Gip-Gip/apecrunch/
10COMMENT= Versitile TUI Speedcrunch Alternative 10COMMENT= Versitile TUI Speedcrunch Alternative
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13.include "cargo-depends.mk" 13.include "cargo-depends.mk"
14 14
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16USE_NCURSES= yes #NCURSES_MOUSE_VERSION 16USE_NCURSES= yes #NCURSES_MOUSE_VERSION
17 17
18INSTALLATION_DIRS= bin 18INSTALLATION_DIRS= bin
19 19
20RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncursesw}/lib 20RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncursesw}/lib
21 21