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
Commits
60470a6e
Commit
60470a6e
authored
3 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
community/libptytty: new aport
parent
6a9e9da2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libptytty/APKBUILD
+38
-0
38 additions, 0 deletions
community/libptytty/APKBUILD
with
38 additions
and
0 deletions
community/libptytty/APKBUILD
0 → 100644
+
38
−
0
View file @
60470a6e
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
pkgname
=
libptytty
pkgver
=
2.0
pkgrel
=
0
pkgdesc
=
"OS independent pty/tty and utmp/wtmp/lastlog handling"
url
=
"http://software.schmorp.de/pkg/libptytty.html"
arch
=
"all"
license
=
"GPL-2.0-or-later"
makedepends
=
"cmake"
options
=
"!check"
# no testsuite
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://dist.schmorp.de/libptytty/libptytty-
$pkgver
.tar.gz"
build
()
{
# musl does not have UTMP/WTMP built-in support. We could depend
# on the utmps package for UTMP support but currently this
# package is only a dependency of rxvt-unicode and we previously
# build rxvt-unicode without UTMP support as well.
cmake
-B
build
\
-DUTMP_SUPPORT
=
OFF
\
-DWTMP_SUPPORT
=
OFF
\
-DLASTLOG_SUPPORT
=
OFF
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
$CMAKE_CROSSOPTS
.
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
9cca5fddbcc4025c2bbe043e3367ac902d0024a34301258dafcf0de70935c055279d88227168d112d0e4c0dc37f1f49e1ea587bd6bddf0b9d92400657bc7be08 libptytty-2.0.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment