Skip to content

Commit

Permalink
New package: consolelocker-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1r4s3 committed Dec 3, 2023
1 parent 2ee2bcf commit 596203a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srcpkgs/consolelocker/files/consolelockerd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec consolelocker -g wheel -f
23 changes: 23 additions & 0 deletions srcpkgs/consolelocker/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'consolelocker'
pkgname=consolelocker
version=1.1.0
revision=1
build_style=gnu-makefile
short_desc="Lock sessions on the Linux console and virtual consoles"
maintainer="Nikita Ermakov <sh1r4s3@mail.si-head.nl>"
license="GPL-2.0-or-later"
homepage="https://github.com/legionus/consolelocker"

Check failure on line 9 in srcpkgs/consolelocker/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

Place homepage= after depends=
makedepends=help2man
depends=kbd
distfiles="https://github.com/legionus/consolelocker/archive/refs/tags/${version}-alt1.tar.gz"
checksum="a26ce14bcecbe909743766cbc040afc673534300b2c21dc86c936fad9026f94d"

do_install() {
vbin consolelock
vbin consolelocker
# Helper program and script
vmkdir usr/libexec/consolelocker 755
vinstall vlocka 700 usr/libexec/consolelocker/
vman consolelocker.8
vsv consolelockerd
}

0 comments on commit 596203a

Please sign in to comment.