summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6d763f3cd1db0874239678a31d2204a0d54bae8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Mobin Aydinfar <mobin at mobintestserver dot ir>

pkgname=libdinitctl
pkgver=0_git20250206
_gitver='a3111b9b7fa4174518f2b696e67e1ef664e16589'
pkgrel=2
pkgdesc="Library to interact with dinit's client protocol"
url='https://github.com/chimera-linux/libdinitctl'
arch=('x86_64')
license=('BSD-2-Clause')
makedepends=('meson' 'pkgconf')
source=(libdinitctl.tar.gz::"$url/archive/$_gitver.tar.gz")
sha256sums=('9b9b50404a8835dc6c8000c41a093cdcd83c784690275f5b3872ec991faeeacc')

build() {
    arch-meson "libdinitctl-$_gitver" build
    meson compile -C build
}

package() {
    meson install -C build --destdir "$pkgdir"
}