Package Details: viddy 1.3.0-2

Git Clone URL: https://aur.archlinux.org/viddy.git (read-only, click to copy)
Package Base: viddy
Description: A modern watch command
Upstream URL: https://github.com/sachaos/viddy
Licenses: MIT
Submitter: l1f
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 16
Popularity: 1.75
First Submitted: 2021-08-18 10:51 (UTC)
Last Updated: 2024-12-20 11:53 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2024-08-16 08:39 (UTC)

Thanks for providing this PKGBUILD. Very nice interesting tool.

Maybe with enough votes it could one day be an official Arch package.

It would be nice if both the maintainers of "viddy" and "viddy-bin" could coordinate and share their work work for consistency and to avoid reduplicating efforts.

Be aware that are big changes coming:

Viddy was originally a program written in Go, but starting from version
1.0.0, it is being reimplemented in Rust.

There is already a prerelease:

TITLE        TYPE         TAG NAME     PUBLISHED
v1.0.0-rc.1  Pre-release  v1.0.0-rc.1  about 21 hours ago
v0.4.0       Latest       v0.4.0       about 10 months ago

And it is available for many architectures:

Assets
viddy-v1.0.0-rc.1-linux-arm64.sha256     103 B
viddy-v1.0.0-rc.1-linux-arm64.tar.gz     2.17 MiB
viddy-v1.0.0-rc.1-linux-i686.sha256      102 B
viddy-v1.0.0-rc.1-linux-i686.tar.gz      2.57 MiB
viddy-v1.0.0-rc.1-linux-x86_64.sha256    104 B
viddy-v1.0.0-rc.1-linux-x86_64.tar.gz    2.35 MiB
viddy-v1.0.0-rc.1-macos-arm64.sha256     103 B
viddy-v1.0.0-rc.1-macos-arm64.tar.gz     2.08 MiB
viddy-v1.0.0-rc.1-macos-x86_64.sha256    104 B
viddy-v1.0.0-rc.1-macos-x86_64.tar.gz    2.19 MiB
viddy-v1.0.0-rc.1-windows-x86_64.sha256  65 B
viddy-v1.0.0-rc.1-windows-x86_64.tar.gz  2.07 MiB

So, dont forget to change,

arch=('x86_64')

To something like,

arch=('x86_64' 'aarch64')

So that it can be used on Archlinux ARM (Rasperry, chromebooks etc)

Thanks in advance.

grandchild commented on 2023-12-17 22:13 (UTC)

FYI, you forgot to reset the pkgrel on upgrade. (You shouldn't fix this now, but when the next upstream bump happens.)

l1f commented on 2022-07-11 11:30 (UTC)

@achilleas.k have adapted the command

achilleas commented on 2022-07-11 10:22 (UTC)

You can add -trimpath to the go build command to avoid the Package contains reference to $srcdir warning.

l1f commented on 2021-09-07 08:58 (UTC)

@secustor I have fixed the problem

secustor commented on 2021-09-05 09:14 (UTC)

The version seems not to be handed over correctly:

❯ viddy --version
viddy version: "$pkgver"

If downloading the binary directly from Github this works:

❯ ~/Downloads/viddy_0.1.9_Linux_x86_64/viddy --version
viddy version: 0.1.9