Skip to content

Commit 9ce78e8

Browse files
oklopferook37
andauthored
add: nutext-git (#6848)
Co-authored-by: ook37 <oren+12345@taumoda.com>
1 parent 50e3e6f commit 9ce78e8

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

packagelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ nu-tongues-bin
384384
nuclear-deb
385385
nuclei-bin
386386
nushell-bin
387+
nutext-git
387388
obquit-git
388389
obs-backgroundremoval
389390
obs-backgroundremoval-deb

packages/nutext-git/.SRCINFO

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pkgbase = nutext-git
2+
gives = nutext
3+
pkgver = 0.2.3
4+
pkgdesc = Another translaton plugin for nushell.
5+
url = https://github.com/Elsie19/nu_plugin_nutext
6+
arch = amd64
7+
arch = arm64
8+
makedepends = cargo>=1.80.0
9+
pacdeps = nushell-bin
10+
maintainer = Oren Klopfer <oren@taumoda.com>
11+
repology = project: nutext
12+
source = nutext::https://github.com/Elsie19/nu_plugin_nutext.git
13+
14+
pkgname = nutext-git
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pkgname="nutext-git"
2+
gives="nutext"
3+
repology=("project: ${gives}")
4+
arch=("amd64" "arm64")
5+
pkgver="0.2.3"
6+
url='https://github.com/Elsie19/nu_plugin_nutext'
7+
source=("${gives}::${url}.git")
8+
pkgdesc="Another translaton plugin for nushell."
9+
maintainer=("Oren Klopfer <oren@taumoda.com>")
10+
pacdeps=("nushell-bin")
11+
makedepends=("cargo>=1.80.0")
12+
external_connection=true
13+
14+
package() {
15+
cd "${gives}"
16+
make all DESTDIR="${pkgdir}"
17+
}

srclist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7797,6 +7797,21 @@ pkgbase = nushell-bin
77977797

77987798
pkgname = nushell-bin
77997799
---
7800+
pkgbase = nutext-git
7801+
gives = nutext
7802+
pkgver = 0.2.3
7803+
pkgdesc = Another translaton plugin for nushell.
7804+
url = https://github.com/Elsie19/nu_plugin_nutext
7805+
arch = amd64
7806+
arch = arm64
7807+
makedepends = cargo>=1.80.0
7808+
pacdeps = nushell-bin
7809+
maintainer = Oren Klopfer <oren@taumoda.com>
7810+
repology = project: nutext
7811+
source = nutext::https://github.com/Elsie19/nu_plugin_nutext.git
7812+
7813+
pkgname = nutext-git
7814+
---
78007815
pkgbase = obquit-git
78017816
gives = obquit
78027817
pkgver = 0.0.1

0 commit comments

Comments
 (0)