Skip to content

Commit

Permalink
math/octave-forge-prompt: New port.
Browse files Browse the repository at this point in the history
A powerlevel10k-like prompt for octave.
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Sep 2, 2023
1 parent e37ff92 commit 5e0273c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -622,6 +622,7 @@
SUBDIR += octave-forge-pkg-octave-doc
SUBDIR += octave-forge-plot
SUBDIR += octave-forge-ponchon-savarit
SUBDIR += octave-forge-prompt
SUBDIR += octave-forge-psychrometrics
SUBDIR += octave-forge-pythonic
SUBDIR += octave-forge-quaternion
Expand Down
22 changes: 22 additions & 0 deletions math/octave-forge-prompt/Makefile
@@ -0,0 +1,22 @@
PORTNAME= octave-forge-prompt
DISTVERSION= 0.0.1
CATEGORIES= math

MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/

LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING

USES= octave
USE_GITHUB= yes
GH_ACCOUNT= gnu-octave
GH_PROJECT= prompt

OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSIONPREFIX}${DISTVERSION}

NO_ARCH= yes
NO_BUILD= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions math/octave-forge-prompt/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1693633790
SHA256 (octave-forge/gnu-octave-prompt-0.0.1_GH0.tar.gz) = c8b3b471d177ebb5e078e69518ca832f55e5c0b5661f798d31e985f40a81966a
SIZE (octave-forge/gnu-octave-prompt-0.0.1_GH0.tar.gz) = 16740
8 changes: 8 additions & 0 deletions math/octave-forge-prompt/pkg-descr
@@ -0,0 +1,8 @@
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is prompt.

A powerlevel10k-like prompt for octave.

0 comments on commit 5e0273c

Please sign in to comment.