Package Details: siera 0.2.0-2

Git Clone URL: https://aur.archlinux.org/siera.git (read-only, click to copy)
Package Base: siera
Description: CLI tool to interact with an Aries agent
Upstream URL: https://github.com/animo/siera-cli
Licenses: Apache-2.0
Submitter: animosolutions
Maintainer: None
Last Packager: a821
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-06 11:26 (UTC)
Last Updated: 2024-02-19 09:38 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

kleintux commented on 2022-12-18 12:21 (UTC)

Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.

see https://wiki.archlinux.org/title/Creating_packages#package()

use the source function to download the files not git in a package function.

provide checksums.

provide a upstream url

thank you for fixing and maintaining