diff options
author | Caleb Maclennan | 2025-03-16 02:34:56 +0300 |
---|---|---|
committer | Caleb Maclennan | 2025-03-16 02:34:56 +0300 |
commit | 938538698b2996a383c2bdc6e8c36ffc746c2a90 (patch) | |
tree | ee2390b6b07836058564a63a587a1b77942b90eb /.SRCINFO | |
download | aur-938538698b2996a383c2bdc6e8c36ffc746c2a90.tar.gz |
Initial upload: decasify-git 0.10.1.r0.gffd4fd9-1
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..e498f7053237 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,61 @@ +pkgbase = decasify-git + pkgdesc = cast strings to title-case according to locale specific style guides including Turkish + pkgver = 0.10.1.r0.gffd4fd9 + pkgrel = 1 + url = https://github.com/alerque/decasify + arch = x86_64 + license = LGPL-3.0-only + makedepends = cargo + makedepends = git + makedepends = lua + makedepends = lua-luarocks-build-rust-mlua + makedepends = lua51 + makedepends = lua51-luarocks-build-rust-mlua + makedepends = lua52 + makedepends = lua52-luarocks-build-rust-mlua + makedepends = lua53 + makedepends = lua53-luarocks-build-rust-mlua + makedepends = luarocks + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-maturin + makedepends = jq + depends = gcc-libs + depends = glibc + source = git+https://github.com/alerque/decasify.git + validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693 + sha256sums = SKIP + +pkgname = decasify-git + pkgdesc = cast strings to title-case according to locale specific style guides including Turkish (CLI tool) + provides = decasify=0.10.1.r0.gffd4fd9 + conflicts = decasify + +pkgname = lua-decasify-git + +pkgname = lua53-decasify-git + +pkgname = lua52-decasify-git + +pkgname = lua51-decasify-git + +pkgname = neovim-decasify-git + pkgdesc = cast strings to title-case according to locale specific style guides including Turkish (Neovim plugin) + depends = lua51-decasify-git-git=0.10.1.r0.gffd4fd9 + depends = neovim + provides = neovim-decasify=0.10.1.r0.gffd4fd9 + conflicts = neovim-decasify + +pkgname = python-decasify-git + pkgdesc = cast strings to title-case according to locale specific style guides including Turkish (Python module) + depends = python + provides = python-decasify=0.10.1.r0.gffd4fd9 + conflicts = python-decasify + +pkgname = sile-decasify-git + pkgdesc = cast strings to title-case according to locale specific style guides including Turkish (SILE package) + depends = lua51-decasify-git-git=0.10.1.r0.gffd4fd9 + depends = sile + provides = sile-decasify=0.10.1.r0.gffd4fd9 + conflicts = sile-decasify |