summaryrefslogblamecommitdiff
path: root/user/i3lock/APKBUILD
blob: 098767d75881647671e7eef07d09618671212768 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          
                                        
              
           
        
                                  
                              
          
                                  

                          
                                                                     
                                            
                          
                                     

         

                                       


           
                                                

 
                                                                                                                                                                 
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=i3lock
pkgver=2.15
pkgrel=0
pkgdesc="Simple X11 screen locker"
url="https://i3wm.org/i3lock/"
arch="all"
options="!check"  # No test suite.
license="MIT"
depends="xkeyboard-config"
makedepends="cairo-dev libev-dev libxkbcommon-dev linux-pam-dev meson
	xcb-util-image-dev xcb-util-xrm-dev"
subpackages="$pkgname-doc"
source="$url/$pkgname-$pkgver.tar.xz"

build() {
	meson setup -Dprefix=/usr build
	meson compile -C build
}

package() {
	DESTDIR="$pkgdir" meson install -C build
}

sha512sums="6079f5233c0820c6e38f3cd8f3732d585e95e7d670408e4fb18ab580a2e1face8f3d6ea13eaaeedc8671f74def917183667e736b35306bf7c630d40625b41ac2  i3lock-2.15.tar.xz"