Compare commits
2 commits
2a372676cc
...
e52b96a048
| Author | SHA1 | Date | |
|---|---|---|---|
|
e52b96a048 |
|||
|
799ed91e24 |
2 changed files with 18 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ pkgdesc='Small utility to show systemd journal entries only for the last invocat
|
|||
arch=(any)
|
||||
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
|
||||
license=(GPL-3.0-only)
|
||||
depends=(systemd zsh)
|
||||
depends=(zsh)
|
||||
source=(journalctl-last-invocation)
|
||||
sha256sums=(SKIP)
|
||||
|
||||
|
|
|
|||
17
nix-store-fuzzy-find/PKGBUILD
Normal file
17
nix-store-fuzzy-find/PKGBUILD
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Maintainer: Reinout Meliesie <rei@kernelmaft.com>
|
||||
|
||||
pkgname=nix-store-fuzzy-find
|
||||
pkgver=20260515
|
||||
pkgrel=1
|
||||
pkgdesc='Small utility to find Nix store entries by name.'
|
||||
arch=(any)
|
||||
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
|
||||
license=(GPL-3.0-only)
|
||||
depends=(nix zsh)
|
||||
source=(nix-store-fuzzy-find)
|
||||
sha256sums=(SKIP)
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/usr/bin/"
|
||||
install nix-store-fuzzy-find "$pkgdir/usr/bin/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue