pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/gotosocial
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Oct 22 06:12:15 UTC 2024
Modified Files:
pkgsrc/www/gotosocial: Makefile
Log Message:
gotosocial: Update comments regarding the web files.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/gotosocial/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/gotosocial/Makefile
diff -u pkgsrc/www/gotosocial/Makefile:1.43 pkgsrc/www/gotosocial/Makefile:1.44
--- pkgsrc/www/gotosocial/Makefile:1.43 Mon Oct 21 11:18:34 2024
+++ pkgsrc/www/gotosocial/Makefile Tue Oct 22 06:12:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2024/10/21 11:18:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2024/10/22 06:12:15 jperkin Exp $
DISTNAME= gotosocial-0.17.0
CATEGORIES= www
@@ -12,9 +12,6 @@ LICENSE= gnu-agpl-v3
USE_TOOLS+= pax tar
-# It's not clear that the extra assets tarball is actually necessary, as the
-# source code already bundles 99% of the same files. Verify that the addition
-# of "dist/" and "swagger.yaml" are worth the additional download and setup.
ASSETS= ${DISTNAME:S/-/_/}_web-assets.tar.gz
DISTFILES:= ${DEFAULT_DISTFILES} ${ASSETS}
EXTRACT_ONLY= ${DISTFILES}
@@ -73,6 +70,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/example/config.yaml ${DESTDIR}/${EGDIR}/config.yaml
${INSTALL_DATA} ${WRKSRC}/example/docker-compose/docker-compose.yaml ${DESTDIR}/${EGDIR}/docker-compose.yaml
${INSTALL_DATA} ${WRKSRC}/example/gotosocial.service ${DESTDIR}/${EGDIR}/gotosocial.service
+ # Installs the assets source, may not be necessary
cd ${WRKSRC} && ${PAX} -rw web ${DESTDIR}/${EGDIR}
cd ${WRKDIR} && ${PAX} -rw web ${DESTDIR}/${EGDIR}
Home |
Main Index |
Thread Index |
Old Index