Search Criteria
Package Details: sun-git 1.1+13.r68.20190928.5fa5be2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sun-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sun-git |
| Description: | Simple library and application that shows sunset and sunrise based on your latitude,longitude |
| Upstream URL: | https://github.com/troglobit/sun.git |
| Licenses: | LicenseRef-FreeSoftware |
| Conflicts: | sun |
| Provides: | sun |
| Submitter: | Baitinq |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 1 |
| Popularity: | 0.000948 |
| First Submitted: | 2019-08-26 17:38 (UTC) |
| Last Updated: | 2024-05-28 11:04 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-eacAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libtool (libtool-gitAUR) (make)
Latest Comments
dreieck commented on 2024-04-16 09:11 (UTC)
Please make the license entry SPDX compliant:
Regards!
dreieck commented on 2024-04-16 09:10 (UTC)
This package installes a compiled binary, but
archis set to(any). That must only be if this are interpreted scripts or so, not binaries!Please explicitly list all architectures this software is compilable for, but not
any. That is wrong use ofany.Regards!
dreieck commented on 2024-04-16 09:09 (UTC)
Your package installs into
/usr/local/.A distribution packaged software should not do this.
Please install into
/usr/.For this, add
--prefix=/usrto the./configurecall.Also, in
build(), you must put themakecommand to compile.Regards and thanks for maintaining!
dreieck commented on 2024-01-11 16:02 (UTC)
Please change source protocol from
git://togit+https://due to changes at github.com.As it is now, source download will fail:
Regards and thanks for maintaining!
Sausad commented on 2023-11-02 18:19 (UTC)
Error on compil, corrected with source=("git+https://github.com/$author/$_gitname.git") rather than source=("git://github.com/$author/$_gitname.git")