Compare commits
No commits in common. "2a372676cc14097053919585fb8b3a2b42cc3f90" and "d69265c76a97f7b7e1d6c38d43da1c3b2c0d4762" have entirely different histories.
2a372676cc
...
d69265c76a
2 changed files with 0 additions and 25 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# Arch Linux PKGBUILD artifacts.
|
||||
|
||||
.SRCINFO
|
||||
*.log
|
||||
*.pkg.tar
|
||||
*.pkg.tar.zst
|
||||
pkg/
|
||||
src/
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# 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