arch/pkg/de-p1st-systemd/PKGBUILD

31 lines
596 B
Bash
Raw Normal View History

2021-04-20 11:38:42 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=systemd
_reponame=arch-pkg
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=1
pkgdesc="systemd with configuration"
arch=('any')
2021-04-26 18:25:29 +02:00
url="https://codeberg.org/privacy1st/${_reponame}"
2021-04-20 11:38:42 +02:00
license=('MIT')
groups=()
depends=('systemd')
2021-04-22 13:37:47 +02:00
makedepends=('git')
2021-04-20 11:38:42 +02:00
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git+${url}.git")
noextract=()
sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
2021-04-20 11:48:53 +02:00
install -Dm0644 00-journal-size.conf "$pkgdir"/etc/systemd.conf.d/00-journal-size.conf
2021-04-20 11:38:42 +02:00
}