Search Criteria
Package Details: backup-brute-git 1.0.r6.g35021ec-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/backup-brute-git.git (read-only, click to copy) |
|---|---|
| Package Base: | backup-brute-git |
| Description: | A simple low-overhead backup utility that uses S3 and E2E encryption |
| Upstream URL: | https://github.com/danhab99/backup-brute |
| Keywords: | age backup e2e encrypt gpg s3 system |
| Submitter: | danhab99 |
| Maintainer: | danhab99 |
| Last Packager: | danhab99 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-08-13 15:58 (UTC) |
| Last Updated: | 2024-07-17 02:09 (UTC) |
Dependencies (2)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
Latest Comments
a821 commented on 2024-07-18 08:34 (UTC) (edited on 2024-07-18 08:35 (UTC) by a821)
Thanks for updating. However the
PKGBUILDhas several issues:sourcearray should not pin a tag (L10).licensearray.go, but at least onglibc(L11), though IMO it's not strictly necessary (ie, this array can be removed).gitinmakedependsarray (L12).set +xis needed (L25,63) here, I would remove it./etcis not writable at build time. Either make separated files for each unit and add them to thesourcearray; or replace the paths with"$srcdir/backup-brute.service"for example.systemctlline (L59).package(), add install the unit files (which you fixed on step 7) and also the license file (step 2).post_removefunction (L63-70) from thePKGBUILD.danhab99 commented on 2024-07-17 02:09 (UTC)
@a821 fixed
a821 commented on 2023-10-11 06:15 (UTC)
PKGBUILDs need not to be interactive, and certainly do not need to callsudoas this is a security risk. Please fix.