summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9be0c2dd1702d434defa6a49d80f05e99f000fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Felicia Wen <i@feli.cf>
pkgname=dmenu_shot-git
pkgver=1
pkgrel=2
pkgdesc="A clean and easy-to-use dmenu menu to do some basic image manupulation using ImageMagic on the output of Flameshot."
arch=('any')
url="https://codeberg.org/mehrad/dmenu_shot"
makedepends=('git' 'make')
depends=( 'sh' 'bash' 'xclip' 'flameshot' 'dmenu' 'imagemagick' 'xdotool')
source=("${pkgname}::git+${url}")
sha256sums=('SKIP')
check() {
    cd "${pkgname}"
    make check
}
package() {
    cd "${pkgname}"
    make DESTDIR="$pkgdir/" install
}