-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ook37
committed
Jan 12, 2025
1 parent
40094c0
commit 1c87458
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ btrfs-du-bin | |
cachyos-ananicy-rules-git | ||
cantata | ||
caprine-deb | ||
capsfix-git | ||
cbindgen | ||
celeste-bin | ||
cheat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|