Skip to content
Snippets Groups Projects
Verified Commit 4634ad19 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

reformat

parent 895e6924
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,18 @@ pkgdesc="Test harnesses and mock classes for GLib"
url="https://gitlab.gnome.org/pwithnall/libglib-testing"
license=(LGPL2.1)
arch=(x86_64)
depends=(glib2 dbus)
makedepends=(git meson gtk-doc)
depends=(
dbus
glib2
)
makedepends=(
git
gtk-doc
meson
)
_commit=e326f73a7139c5e54fcf926896ae6e4cc899a1a7 # tags/0.1.1^0
source=("git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=$_commit")
sha256sums=('SKIP')
b2sums=('SKIP')
pkgver() {
cd $pkgname
......@@ -37,3 +44,5 @@ package() {
meson install -C build --destdir "$pkgdir"
}
# vim:set sw=2 sts=-1 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment