~xdavidwu/systemd-apkbuilds

0fc3071b7720a5e98223eea23614ab0f0c7196e6 — xdavidwu 1 year, 5 months ago 14b8703
systemd: make -dev provide elogind-dev
1 files changed, 7 insertions(+), 1 deletions(-)

M systemd/APKBUILD
M systemd/APKBUILD => systemd/APKBUILD +7 -1
@@ 2,7 2,7 @@
# Maintainer: xdavidwu <xdavidwuph@gmail.com>
pkgname=systemd
pkgver=253.5
pkgrel=0
pkgrel=1
pkgdesc="System and Service Manager"
url="https://www.github.com/systemd/systemd"
arch="all"


@@ 140,6 140,12 @@ check() {

package() {
	env DESTDIR="$pkgdir" meson install --no-rebuild -C output
	ln -s libsystemd.pc "$pkgdir"/usr/lib/pkgconfig/libelogind.pc
}

dev() {
	provides="elogind-dev"
	default_dev
}

sha512sums="