summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d5221f8e1bad904e392117c72b39611f0e5c2f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Anvar Umarov <arpanetus@protonmail.com>

pkgname="i3-maim-clpimg"
pkgver=1.0.0
pkgrel=0
pkgdesc="Create a screenshot and then immediately copy it into the clipboard"
arch=("x86_64")
license=('GPL')
source=("https://github.com/arpanetus/i3-maim-clpimg/archive/refs/tags/$pkgver.zip")
depends=('clpimg' 'maim')

package() {
        cd "$pkgname-${pkgver}"
        make DESTDIR="$pkgdir" install
}
md5sums=('d6ad879e168690721a4cb43370883947')
md5sums=('d6ad879e168690721a4cb43370883947')