Search Criteria
Package Details: go.rice 1.0.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/go.rice.git (read-only, click to copy) |
|---|---|
| Package Base: | go.rice |
| Description: | Go package that makes working with resources such as html,js,css,images,templates, etc very easy. |
| Upstream URL: | https://github.com/GeertJohan/go.rice |
| Licenses: | BSD |
| Submitter: | matth |
| Maintainer: | matth |
| Last Packager: | matth |
| Votes: | 3 |
| Popularity: | 0.000001 |
| First Submitted: | 2020-01-27 20:21 (UTC) |
| Last Updated: | 2023-08-17 00:20 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Required by (7)
- filebrowser (make)
- filebrowser-git (make)
- linx-server (make)
- linx-server-git (make)
- octant (make)
- statping-ng (make)
- trackarr (make)
Latest Comments
imlonghao commented on 2020-03-10 14:56 (UTC)
@matth sorry, never mind, I forgot I modify the PKGBUILD.
matth commented on 2020-03-10 14:34 (UTC)
@imlonghao the extra cd was just left in by mistake. I removed it.
I build this in a clean
chrootwithextra-x86_64-buildandglibcisn't suggested bynamcapwhen I run it.Also, if I add
glibcas a dependency I get this error withnamcap:I'm open to suggestions as I don't know much about go. I just made this package so I could get the statping package to build.
imlonghao commented on 2020-03-10 12:43 (UTC) (edited on 2020-03-10 13:04 (UTC) by imlonghao)
I just wonder why you cd twice in build(), also please add
glibcto dependency.go.rice E: Dependency glibc detected and not included (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/rice'])
matth commented on 2020-03-08 19:46 (UTC)
Thanks @greut I updated it. I didn't notice I missed that when I copied the PKGBUILD
greut commented on 2020-03-08 12:26 (UTC)
@matth do you mind setting the upstream URL to https://github.com/GeertJohan/go.rice?