summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 08cd80f3c8c5e0d7b02d61b9aaf5851a10f2548c (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
# Maintainer: Sonny Piers <sonny@fastmail.net>
pkgname=tangram
pkgver=1.2.0
pkgrel=1
pkgdesc="Run web apps on your desktop"
arch=('any')
url="https://github.com/sonnyp/Tangram"
license=('GPL3')
depends=('gjs' 'webkit2gtk' 'gtk3' 'libsoup' 'glib2')
provides=('gigagram-git')
conflicts=('gigagram-git')
replaces=('gigagram-git')
makedepends=('meson' 'ninja')
source=("https://github.com/sonnyp/Tangram/archive/v$pkgver.tar.gz")
sha256sums=('e3f7baae512ab355c817c9638e5b114306f635dd4cfc736f0fb0cfdb2012c7ee')

build() {
	arch-meson Tangram-$pkgver build
	ninja -C build
}

package(){
	DESTDIR="$pkgdir" ninja -C build install
}