diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 38e5a7d..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Arch Linux PKGBUILD artifacts. - -.SRCINFO -*.log -*.pkg.tar -*.pkg.tar.zst -pkg/ -src/ diff --git a/journalctl-last-invocation/PKGBUILD b/journalctl-last-invocation/PKGBUILD deleted file mode 100644 index d65a391..0000000 --- a/journalctl-last-invocation/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# Maintainer: Reinout Meliesie - -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/" -}