Search Criteria
Package Details: libserial-git r532.ddbf39c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libserial-git.git (read-only, click to copy) |
---|---|
Package Base: | libserial-git |
Description: | A library for accessing serial ports on POSIX systems (git version) |
Upstream URL: | https://github.com/crayzeewulf/libserial/ |
Licenses: | GPL2 |
Conflicts: | libserial |
Provides: | libserial |
Submitter: | shelvacu |
Maintainer: | None |
Last Packager: | motte |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-29 07:14 (UTC) |
Last Updated: | 2021-02-28 19:08 (UTC) |
Dependencies (8)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- python-sip (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_rtd_theme (make)
Latest Comments
michaelkuc6 commented on 2020-07-04 20:32 (UTC)
Hi, could you avoid overriding the libdir with
-DCMAKE_INSTALL_LIBDIR=/usr/lib
, as CMake already creates that by default (with the same value), and by overriding, you stop the variables being composed like normal in the CMake file.Thanks!
motte commented on 2020-02-19 18:02 (UTC) (edited on 2020-02-19 19:35 (UTC) by motte)
Please add doxygen and cmake as a dependencies. Also, .SRCINFO is outdated as it lists python2-sip instead of python-sip.
CountMurphy commented on 2019-06-17 12:45 (UTC)
Updated
Salamandar commented on 2019-06-17 10:34 (UTC)
This PKGBUILD is incomplete as it does not install dev headers. Here is an updated pkgbuild:
aviallon commented on 2018-08-05 12:06 (UTC)
You should also add boost and boost-build as dependencies.
CountMurphy commented on 2017-12-11 19:04 (UTC)
Might want to add gtest as a dependency
shelvacu commented on 2017-08-27 21:56 (UTC)
lllars commented on 2017-08-27 14:40 (UTC)