Compare commits
2 commits
d69265c76a
...
2a372676cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
2a372676cc |
|||
|
8cd24e873d |
2 changed files with 25 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Arch Linux PKGBUILD artifacts.
|
||||||
|
|
||||||
|
.SRCINFO
|
||||||
|
*.log
|
||||||
|
*.pkg.tar
|
||||||
|
*.pkg.tar.zst
|
||||||
|
pkg/
|
||||||
|
src/
|
||||||
17
journalctl-last-invocation/PKGBUILD
Normal file
17
journalctl-last-invocation/PKGBUILD
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Maintainer: Reinout Meliesie <rei@kernelmaft.com>
|
||||||
|
|
||||||
|
pkgname=journalctl-last-invocation
|
||||||
|
pkgver=20260515
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='Small utility to show systemd journal entries only for the last invocation of a unit.'
|
||||||
|
arch=(any)
|
||||||
|
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
|
||||||
|
license=(GPL-3.0-only)
|
||||||
|
depends=(systemd zsh)
|
||||||
|
source=(journalctl-last-invocation)
|
||||||
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir/usr/bin/"
|
||||||
|
install journalctl-last-invocation "$pkgdir/usr/bin/"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue