Package Details: yarr-git v2.3.r41.g95ebbb9-3

Git Clone URL: https://aur.archlinux.org/yarr-git.git (read-only, click to copy)
Package Base: yarr-git
Description: Self-hosted RSS reader with Vue.js front and Go/SQLite back.
Upstream URL: https://github.com/nkanaev/yarr
Keywords: rss
Licenses: MIT
Provides: yarr
Submitter: fossdd
Maintainer: danisztls
Last Packager: danisztls
Votes: 2
Popularity: 0.042594
First Submitted: 2021-02-20 14:00 (UTC)
Last Updated: 2023-02-12 09:05 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

kseistrup commented on 2025-03-25 17:09 (UTC)

NB: The makefile no longer has a target named “build_linux”. We should probably use make host instead, and the binary will be found as out/yarr now.

Also: The license should be copied to …/$pkgdir/, not …/$_pkgdir.

And finally: This is not an “any” package. While it may compile on “any” architecture, the package is architecture specific, and so all the relevant architectures should be specified in the arch=() array.

Cheers.

kseistrup commented on 2025-03-13 07:49 (UTC) (edited on 2025-03-13 07:49 (UTC) by kseistrup)

Would you mind adding a prepare() function along these lines:

prepare() {
  cd "$_pkgname"
  go mod tidy
}

I ran into this problem when attempting to build the package:

==> Starting build()...
mkdir -p _output/linux
GOOS=linux go build -tags "sqlite_foreign_keys sqlite_json linux" -ldflags="-s -w -X 'main.Version=2.4' -X 'main.GitHash=4420f3a8'" -o _output/linux/yarr ./cmd/yarr
go: downloading github.com/mattn/go-sqlite3 v1.14.7
go: downloading golang.org/x/net v0.36.0
go: downloading golang.org/x/text v0.22.0
go: updates to go.mod needed, disabled by -mod=readonly; to update it:
    go mod tidy
make: *** [makefile:22: build_linux] Error 1
==> ERROR: A failure occurred in build().

danisztls commented on 2023-09-14 19:01 (UTC)

Regarding 2.4 release, this package is always up to date because it uses the latest commit of the master branch. This ain't a versioned package.

kseistrup commented on 2022-03-16 14:43 (UTC)

git+git no longer works, it seems. I changed it to git+https, that worked.

Brettmahar commented on 2021-05-08 10:51 (UTC)

git+git://github.com/nkanaev/gofeed does not exist, maybe it should be git+git://github.com/mmcdole/gofeed

algoban commented on 2021-04-22 03:18 (UTC)

Gofeed apparently is no longer necessary as it was dropped (commit: ebd7f2929c1c382499f92c7d722faa14206c650b)