diff --git a/packagelist b/packagelist index 55a36cdd06..ba2684143b 100644 --- a/packagelist +++ b/packagelist @@ -382,6 +382,7 @@ nu-tongues-bin nuclear-deb nuclei-bin nushell-bin +nutext-git obquit-git obs-backgroundremoval obs-backgroundremoval-deb diff --git a/packages/nutext-git/.SRCINFO b/packages/nutext-git/.SRCINFO new file mode 100644 index 0000000000..b2bec969d4 --- /dev/null +++ b/packages/nutext-git/.SRCINFO @@ -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 + repology = project: nutext + source = nutext::https://github.com/Elsie19/nu_plugin_nutext.git + +pkgname = nutext-git diff --git a/packages/nutext-git/nutext-git.pacscript b/packages/nutext-git/nutext-git.pacscript new file mode 100644 index 0000000000..7e6ef278db --- /dev/null +++ b/packages/nutext-git/nutext-git.pacscript @@ -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 ") +pacdeps=("nushell-bin") +makedepends=("cargo>=1.80.0") +external_connection=true + +package() { + cd "${gives}" + make all DESTDIR="${pkgdir}" +} diff --git a/srclist b/srclist index 161c4e62d6..92a5c6b87a 100644 --- a/srclist +++ b/srclist @@ -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 + 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