# Maintainer: Daniel Langbein _pkgname=systemd _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.2 pkgrel=1 pkgdesc="systemd with configuration" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') groups=() depends=('systemd') makedepends=('git') optdepends=() provides=() conflicts=() replaces=() backup=() options=() install="${pkgname}.install" changelog= source=("git+${url}.git") noextract=() sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" install -Dm0644 00-journal-size.conf "$pkgdir"/etc/systemd.conf.d/00-journal-size.conf install -Dm0644 systemd.preset "$pkgdir"/usr/lib/systemd/system-preset/"$pkgname".preset }