summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0b575edd3914c25b988aba7040fef3d115268c63 (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
# Maintainer: Brandon <aur at everdream.xyz>

pkgname=gnome-screenshot-heavy-shadow
pkgver=3.25.0
pkgrel=1
pkgdesc="Take pictures of your screen, with modified shadow effect"
arch=('any')
url="https://github.com/Cabbagec/gnome-screenshot-heavy-shadow"
license=('GPL2')
groups=('gnome')
depends=('dconf' 'gtk3' 'libcanberra')
makedepends=('meson' 'appstream-glib' 'git')
provides=('gnome-screenshot')
conflicts=('gnome-screenshot' 'gnome-screenshot-git')
source=("git+https://github.com/Cabbagec/gnome-screenshot-heavy-shadow#branch=master")
sha256sums=('SKIP')

build() {
	cd "$pkgname"
	./configure --prefix=/usr
	make
}

package() {
	cd "$pkgname"
	make DESTDIR="$pkgdir/" install
}