Skip to content

Commit

Permalink
add: capsfix-git
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 12, 2025
1 parent 40094c0 commit 1c87458
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ btrfs-du-bin
cachyos-ananicy-rules-git
cantata
caprine-deb
capsfix-git
cbindgen
celeste-bin
cheat
Expand Down
11 changes: 11 additions & 0 deletions packages/capsfix-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgbase = capsfix-git
gives = capsfix
pkgver = 0.0.1
pkgdesc = Fix the nuisance of Caps Lock disable not toggling until key release
arch = all
depends = perl
depends = x11-xkb-utils
maintainer = Oren Klopfer <[email protected]>
source = https://github.com/oklopfer/capsfix.git

pkgname = capsfix-git
13 changes: 13 additions & 0 deletions packages/capsfix-git/capsfix-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pkgname="capsfix-git"
source=("https://github.com/oklopfer/capsfix.git")
arch=("all")
pkgver="0.0.1"
gives="capsfix"
depends=("perl" "x11-xkb-utils")
pkgdesc="Fix the nuisance of Caps Lock disable not toggling until key release"
maintainer=("Oren Klopfer <[email protected]>")

package() {
cd "${gives}"
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
}
12 changes: 12 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,18 @@ pkgbase = caprine-deb

pkgname = caprine-deb
---
pkgbase = capsfix-git
gives = capsfix
pkgver = 0.0.1
pkgdesc = Fix the nuisance of Caps Lock disable not toggling until key release
arch = all
depends = perl
depends = x11-xkb-utils
maintainer = Oren Klopfer <[email protected]>
source = https://github.com/oklopfer/capsfix.git

pkgname = capsfix-git
---
pkgbase = cbindgen
pkgver = 0.27.0
pkgdesc = A tool for generating C bindings to Rust code
Expand Down

0 comments on commit 1c87458

Please sign in to comment.