summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0a614b3c0458a1e5bb4cba09d534b00b783b1345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Grey Christoforo <first name at last name dot net>
# Maintainer: Campbell Jones <arch at serebit dot com>

pkgname=budgie-desktop-view-git
pkgver=1.2.1.r0.ga763515
pkgrel=1
pkgdesc="The official Budgie desktop icons implementation - latest git"
arch=("x86_64" "armv7h" "aarch64")
url="https://github.com/BuddiesOfBudgie/budgie-desktop-view"
license=("APACHE")
depends=(budgie-desktop)
makedepends=(meson git gobject-introspection intltool vala gtk-doc)
provides=(budgie-desktop-view)
conflicts=(budgie-desktop-view)
source=("$pkgname"::"git+https://github.com/BuddiesOfBudgie/budgie-desktop-view.git")
sha256sums=('SKIP')

pkgver() {
    cd "$pkgname"
    git describe --tags --long | sed 's/\([^-]*-g\)/r\1/; s/-/./g; s/^v//g'
}

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

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