Skip to content

Commit

Permalink
add: nutext-git
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 9, 2025
1 parent f6b764f commit 1204c7d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ nu-tongues-bin
nuclear-deb
nuclei-bin
nushell-bin
nutext-git
obquit-git
obs-backgroundremoval
obs-backgroundremoval-deb
Expand Down
14 changes: 14 additions & 0 deletions packages/nutext-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgbase = nutext-git
gives = nutext
pkgver = 0.2.3
pkgdesc = Another translaton plugin for nushell.
url = https://github.com/Elsie19/nu_plugin_nutext
arch = amd64
arch = arm64
makedepends = cargo>=1.80.0
pacdeps = nushell-bin
maintainer = Oren Klopfer <[email protected]>
repology = project: nutext
source = nutext::https://github.com/Elsie19/nu_plugin_nutext.git

pkgname = nutext-git
17 changes: 17 additions & 0 deletions packages/nutext-git/nutext-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pkgname="nutext-git"
gives="nutext"
repology=("project: ${gives}")
arch=("amd64" "arm64")
pkgver="0.2.3"
url='https://github.com/Elsie19/nu_plugin_nutext'
source=("${gives}::${url}.git")
pkgdesc="Another translaton plugin for nushell."
maintainer=("Oren Klopfer <[email protected]>")
pacdeps=("nushell-bin")
makedepends=("cargo>=1.80.0")
external_connection=true

package() {
cd "${gives}"
make all DESTDIR="${pkgdir}"
}
15 changes: 15 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -7762,6 +7762,21 @@ pkgbase = nushell-bin

pkgname = nushell-bin
---
pkgbase = nutext-git
gives = nutext
pkgver = 0.2.3
pkgdesc = Another translaton plugin for nushell.
url = https://github.com/Elsie19/nu_plugin_nutext
arch = amd64
arch = arm64
makedepends = cargo>=1.80.0
pacdeps = nushell-bin
maintainer = Oren Klopfer <[email protected]>
repology = project: nutext
source = nutext::https://github.com/Elsie19/nu_plugin_nutext.git

pkgname = nutext-git
---
pkgbase = obquit-git
gives = obquit
pkgver = 0.0.1
Expand Down

0 comments on commit 1204c7d

Please sign in to comment.