Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!70964
[3.19] community/emptty: upgrade to 0.13.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[3.19] community/emptty: upgrade to 0.13.0
tvrzna/aports:3.19/emptty
into
3.19-stable
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
tvrzna
requested to merge
tvrzna/aports:3.19/emptty
into
3.19-stable
6 months ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
3.19-stable
3.19-stable (base)
and
latest version
latest version
d61ddca7
1 commit,
6 months ago
2 files
+
4
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
community/emptty/APKBUILD
+
4
−
7
Options
# Maintainer: Michal Tvrznik <emporeor@gmail.com>
pkgname
=
emptty
pkgver
=
0.1
2.1
pkgver
=
0.1
3.0
pkgrel
=
0
pkgdesc
=
"Dead simple CLI Display Manager on TTY"
url
=
"https://github.com/tvrzna/emptty"
arch
=
"all"
license
=
"MIT"
makedepends
=
"git go linux-pam-dev libx11-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/tvrzna/emptty/archive/v
$pkgver
.tar.gz
alpine-pam.patch
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/tvrzna/emptty/archive/v
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc
@@ -33,7 +31,7 @@ package() {
install
-D
res/emptty.1
$pkgdir
/usr/share/man/man1/emptty.1
# PAM file
install
-Dm
644 res/pam
$pkgdir
/etc/pam.d/emptty
install
-Dm
644 res/pam
-alpine
$pkgdir
/etc/pam.d/emptty
# config file
install
-Dm
644 res/conf
$pkgdir
/etc/emptty/conf
@@ -46,6 +44,5 @@ package() {
}
sha512sums
=
"
b43a20353ca45e3617dae2c974ef6630d0f5e687aa688f2a89415028fc8085675098c23cebe840551cdc78cd22f5be97aa4d576236b419456a3f5d8160cd077f emptty-0.12.1.tar.gz
db640a99d46511dcc6ec9fce74fd2b3877e098f2886839f95b5770bf63a49d77cee1a433963dd92beedcba788aa113a47de98d29d0e5f0edc6626f074c4585b2 alpine-pam.patch
0baab909b46468fefbb3b12b10cf3c1a9b574460b49d7d01880f9b088cd18e3b49816e01e6af4c1094197b2c78c5c7bb7e31e8494b1168bd25af42c6f9ebb05d emptty-0.13.0.tar.gz
"
Loading