pkgsrc-WIP-changes archive

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

aws-session-manager-plugin: complete some TODO items.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Sat Nov 9 11:36:34 2024 -0500
Changeset:	8ad2468c06ed2c55ce5526a90ee76b2c556fc764

Modified Files:
	aws-session-manager-plugin/Makefile
	aws-session-manager-plugin/PLIST
	aws-session-manager-plugin/TODO

Log Message:
aws-session-manager-plugin: complete some TODO items.

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

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

diffstat:
 aws-session-manager-plugin/Makefile | 5 ++++-
 aws-session-manager-plugin/PLIST    | 1 +
 aws-session-manager-plugin/TODO     | 3 ---
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/aws-session-manager-plugin/Makefile b/aws-session-manager-plugin/Makefile
index d0c5049a68..f1e90b3634 100644
--- a/aws-session-manager-plugin/Makefile
+++ b/aws-session-manager-plugin/Makefile
@@ -15,10 +15,13 @@ LICENSE=	apache-2.0
 USE_TOOLS+=	gmake
 BUILD_TARGET=	build-host-native-pkgsrc
 
-INSTALLATION_DIRS=	bin
+INSTALLATION_DIRS=	bin share/doc/${PKGBASE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/pkgsrc_host/* ${DESTDIR}${PREFIX}/bin/
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/pkgsrc_host_plugin/* ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/
 
+
+.include "../../lang/go/version.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/aws-session-manager-plugin/PLIST b/aws-session-manager-plugin/PLIST
index a712d51d8a..e34fd5c279 100644
--- a/aws-session-manager-plugin/PLIST
+++ b/aws-session-manager-plugin/PLIST
@@ -1,3 +1,4 @@
 @comment $NetBSD$
 bin/session-manager-plugin
 bin/ssmcli
+share/doc/aws-session-manager-plugin/README.md
diff --git a/aws-session-manager-plugin/TODO b/aws-session-manager-plugin/TODO
index d940993b80..510baf4386 100644
--- a/aws-session-manager-plugin/TODO
+++ b/aws-session-manager-plugin/TODO
@@ -1,8 +1,5 @@
 # TODO
 
-- needs go compiler
-    - can we build more pkgsrc-go-idiomatically?
-- needs docs installed
 - needs paths adjusted (like LOGDIR)
 - lots of warnings at package time
 - hints: <https://github.com/freebsd/freebsd-ports/blob/main/sysutils/amazon-ssm-plugin/Makefile>


Home | Main Index | Thread Index | Old Index