summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 04c4f2d37c2ae523fefe4a26d50a448d8cfa8893 (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
# Maintainer: Dolores Portalatin <meskarune at gmail dot com>
# Contributor: burntcookie90 <aur at vishnurajeevan dot com>
_gitname=i3lock-fancy
_branch=dualmonitors
pkgname=i3lock-fancy-dualmonitors-git
pkgver=r89.9539878
pkgrel=2
pkgdesc="i3lock-color script: blurs background, adds lock icon and text with multihead support."
arch=('i686' 'x86_64')
url="https://github.com/meskarune/i3lock-fancy"
license=('MIT')
depends=('coreutils' 'awk' 'bash' 'util-linux' 'imagemagick' 'i3lock' 'scrot')
makedepends=('git')
provides=("i3lock-fancy-dualmonitors")
source=("git+https://github.com/meskarune/$_gitname.git#branch=$_branch")
md5sums=('SKIP')

pkgver() {
  cd "$_gitname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {
    cd "${srcdir}"/"$_gitname"
    make PREFIX=/usr DESTDIR="$pkgdir" install
}