SF.net SVN: gar:[26861] csw/mgar/pkg

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Thu Jan 13 11:55:48 CET 2022


Revision: 26861
          http://sourceforge.net/p/gar/code/26861
Author:   idogan23
Date:     2022-01-13 10:55:47 +0000 (Thu, 13 Jan 2022)
Log Message:
-----------
neofetch: initial commit

Added Paths:
-----------
    csw/mgar/pkg/neofetch/
    csw/mgar/pkg/neofetch/Makefile
    csw/mgar/pkg/neofetch/branches/
    csw/mgar/pkg/neofetch/tags/
    csw/mgar/pkg/neofetch/trunk/
    csw/mgar/pkg/neofetch/trunk/Makefile
    csw/mgar/pkg/neofetch/trunk/checksums
    csw/mgar/pkg/neofetch/trunk/files/
    csw/mgar/pkg/neofetch/trunk/files/0001-install-prefix.patch

Added: csw/mgar/pkg/neofetch/Makefile
===================================================================
--- csw/mgar/pkg/neofetch/Makefile	                        (rev 0)
+++ csw/mgar/pkg/neofetch/Makefile	2022-01-13 10:55:47 UTC (rev 26861)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/neofetch/trunk
===================================================================
--- csw/mgar/pkg/neofetch/trunk	2022-01-12 14:08:13 UTC (rev 26860)
+++ csw/mgar/pkg/neofetch/trunk	2022-01-13 10:55:47 UTC (rev 26861)

Property changes on: csw/mgar/pkg/neofetch/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/neofetch/trunk/Makefile
===================================================================
--- csw/mgar/pkg/neofetch/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/neofetch/trunk/Makefile	2022-01-13 10:55:47 UTC (rev 26861)
@@ -0,0 +1,28 @@
+NAME = neofetch
+VERSION = 7.1.0
+GARTYPE = v2
+
+DESCRIPTION = Fast, highly customizable system info script
+define BLURB
+  This script gathers info about your system and prints it to the
+  terminal next to an image, your distro's logo or any ascii art of
+  your choice!
+endef
+
+MASTER_SITES = https://github.com/dylanaraps/neofetch/
+SPKG_SOURCE_URL = https://github.com/dylanaraps/neofetch/archive/refs/tags/
+DISTFILES  = $(VERSION).tar.gz
+
+ARCHALL = 1
+
+PATCHFILES += 0001-install-prefix.patch
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+
+CHECKPKG_OVERRIDES_CSWneofetch += file-with-bad-content|/usr/share|root/opt/csw/bin/neofetch
+CHECKPKG_OVERRIDES_CSWneofetch += file-with-bad-content|/usr/local|root/opt/csw/bin/neofetch
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/neofetch/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/neofetch/trunk/checksums
===================================================================
--- csw/mgar/pkg/neofetch/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/neofetch/trunk/checksums	2022-01-13 10:55:47 UTC (rev 26861)
@@ -0,0 +1 @@
+37ba9026fdd353f66d822fdce16420a8  7.1.0.tar.gz

Added: csw/mgar/pkg/neofetch/trunk/files/0001-install-prefix.patch
===================================================================
--- csw/mgar/pkg/neofetch/trunk/files/0001-install-prefix.patch	                        (rev 0)
+++ csw/mgar/pkg/neofetch/trunk/files/0001-install-prefix.patch	2022-01-13 10:55:47 UTC (rev 26861)
@@ -0,0 +1,22 @@
+From 06f3e7b5af5feb1830ff91239023d75b5548aad4 Mon Sep 17 00:00:00 2001
+From: Ihsan Dogan <ihsan at opencsw.org>
+Date: Thu, 13 Jan 2022 11:27:22 +0100
+Subject: [PATCH] install prefix
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 4adbd5f..32aca79 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,4 +1,4 @@
+-PREFIX ?= /usr
++PREFIX ?= /opt/csw
+ MANDIR ?= $(PREFIX)/share/man
+ 
+ all:
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list