summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 942360a0f34f545f4d6a302a9da206dafb5ae879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Adrian <adrianjohn824@gmail.com>
# Contributor: Adrian <adrianjohn824@gmail.com>

pkgname=screenshot-util
_pkgname=screenshot-util
pkgver=1.0.0
pkgrel=1
pkgdesc="A small helper script running on wayland to make screenshots"
url="https://github.com/AdrisGithub/${_pkgname}"
arch=('any')
license=('MIT')
provides=($_pkgname)
conflicts=($_pkgname)
depends=('bash' 'grim' 'slurp' 'swappy')
makedepends=('git')
source=("$pkgname::git+https://github.com/AdrisGithub/$pkgname.git")
md5sums=('SKIP')
package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
}