summaryrefslogblamecommitdiff
path: root/user/physlock/APKBUILD
blob: 19858bde784b5613e3fd51daa8b08a86f751fd2f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


                                         
         









                                                                                             
                   

                      

         



            


                                                    


                                                                                                                                                                
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=physlock
pkgver=13
pkgrel=0
pkgdesc="Lightweight Linux console-locking tool"
url="https://github.com/muennich/physlock"
arch="all"
options="!check suid"  # No test suite.
license="GPL-2.0+"
depends=""
makedepends="linux-headers linux-pam-dev utmps-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/muennich/physlock/archive/v$pkgver.tar.gz
	utmps.patch
	makefile.patch
	"

build() {
	make
}

package() {
	make PREFIX="/usr" DESTDIR="$pkgdir" install
}

sha512sums="85c291fb7b146fbd81aacbf94d8af07e727dd9b37b458988eaee5f7a51f9923871f9b19fd9438428635963864de67d3f2a72f938d99ffe6dc3015c3a1b99ea1c  physlock-13.tar.gz
69367872c48985db31f2d84b038089da71e48ca79db0b0089f4a94f0cd853409bf9253fd5ee0b0729c01d9252072be1998141fad675baee97e93af1100ce71e6  utmps.patch
54119c1059231f15ab5ea5543583e12f7e3f9907e9c71b3ec76b10ee5df64a0303d6caf88be9c768d7b679cfcaf0a374c924a3232f221329bc54d22b31c771ce  makefile.patch"