Search Criteria
Package Details: network-ups-tools-git 2.8.0.rc1.r39.g88acc3578-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/network-ups-tools-git.git (read-only, click to copy) |
|---|---|
| Package Base: | network-ups-tools-git |
| Description: | A collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware |
| Upstream URL: | https://networkupstools.org/ |
| Licenses: | GPL2, GPL3 |
| Conflicts: | network-ups-tools, nut |
| Provides: | network-ups-tools, nut |
| Submitter: | The-Compiler |
| Maintainer: | The-Compiler |
| Last Packager: | The-Compiler |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-11-26 07:29 (UTC) |
| Last Updated: | 2022-04-09 12:54 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libtool (libtool-gitAUR)
- libusb-compat (libusb0AUR)
- neon
- net-snmp
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- asciidoc (asciidoc-gitAUR) (make)
- gd (gd-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
- gd (gd-gitAUR) (optional) – CGI support
Required by (5)
- collectd (requires nut) (make)
- collectd (requires nut) (optional)
- fake-battery-nut-dkms (requires nut)
- nut-monitor (requires nut)
- nut-monitor-git (requires nut)
Latest Comments
The-Compiler commented on 2022-04-09 12:54 (UTC)
The Archwiki has those backslashes. Maybe the markdown rendering here ate them. You can mark things as code by adding backticks around them (
example):so this doesn't happen.
Good catch re
--tags, I pushed an update.FabioLolix commented on 2022-04-09 12:10 (UTC) (edited on 2023-11-23 18:35 (UTC) by FabioLolix)
The pkgver() is copied verbatim from the Archwiki, how should it be exactly? (also i'm a sed noob)
You haven't add --tags to the pkgver (2.8.0.rc1 is the last tag https://github.com/networkupstools/nut/tags)
btw thanks for backticks tip
The-Compiler commented on 2022-04-09 11:10 (UTC)
Rebased on the [community] "nut" package now, including the suggestions by FabioLolix, thanks!
(Note that your sed command should use
\(and\), adjusted accordingly)FabioLolix commented on 2022-04-09 08:43 (UTC) (edited on 2023-11-23 18:33 (UTC) by FabioLolix)
Hello,
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'that givepkgver=2.8.0.rc1.r39.g88acc3578(2.8.0.rc1 is the last tag; the v need to be cut from pkgver)What do you think of updating this pkgbuild to 'openssl' and create network-ups-tools-openssl-1.0-git if needed?
rageltman commented on 2021-07-27 04:44 (UTC)
CI says the package is missing python2 dependencies:
zman0900 commented on 2016-11-27 09:39 (UTC)