File tree Expand file tree Collapse file tree 4 files changed +47
-0
lines changed
Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ nu-tongues-bin
384384nuclear-deb
385385nuclei-bin
386386nushell-bin
387+ nutext-git
387388obquit-git
388389obs-backgroundremoval
389390obs-backgroundremoval-deb
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -7797,6 +7797,21 @@ pkgbase = nushell-bin
77977797
77987798pkgname = 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+ ---
78007815pkgbase = obquit-git
78017816 gives = obquit
78027817 pkgver = 0.0.1
You can’t perform that action at this time.
0 commit comments