mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/malcontent: new aport
This commit is contained in:
parent
fb936e131e
commit
e46a387d53
46
testing/malcontent/APKBUILD
Normal file
46
testing/malcontent/APKBUILD
Normal file
@ -0,0 +1,46 @@
|
||||
# Contributor: Angelo Verlain <hey@vixalien.com>
|
||||
# Maintainer: Angelo Verlain <hey@vixalien.com>
|
||||
pkgname=malcontent
|
||||
pkgver=0.12.0
|
||||
pkgrel=0
|
||||
pkgdesc="Parental control support for applications"
|
||||
url="https://gitlab.freedesktop.org/pwithnall/malcontent"
|
||||
arch="all"
|
||||
license="LGPL-2.1-or-later"
|
||||
makedepends="
|
||||
accountsservice-dev
|
||||
desktop-file-utils
|
||||
flatpak-dev
|
||||
gtk4.0-dev
|
||||
gobject-introspection-dev
|
||||
dbus-dev
|
||||
itstool
|
||||
libadwaita-dev
|
||||
libglib-testing-dev
|
||||
linux-pam-dev
|
||||
meson
|
||||
polkit-dev
|
||||
"
|
||||
checkdepends="
|
||||
dbus
|
||||
gtk4.0-demo
|
||||
"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://gitlab.freedesktop.org/pwithnall/malcontent/-/archive/$pkgver/malcontent-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
d5352b5dd71eee143b6aec9b79e30ceb00d8dce08b5b247bdaf581e5cdc06cc17a517f8e86169352f12d23401e2c351803432990c1f1a9090bf45e4f3f043118 malcontent-0.12.0.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user