Package Details: oxy-git 3.0.0+r105+g891cedf-1

Git Clone URL: https://aur.archlinux.org/oxy-git.git (read-only, click to copy)
Package Base: oxy-git
Description: SSH-alike that uses the Noise protocol (git)
Upstream URL: https://github.com/oxy-secure/oxy
Licenses: BSD
Conflicts: oxy
Provides: oxy
Submitter: flacks
Maintainer: None
Last Packager: flacks
Votes: 1
Popularity: 0.000000
First Submitted: 2018-06-25 16:29 (UTC)
Last Updated: 2019-08-15 01:53 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

flacks commented on 2018-07-28 05:00 (UTC)

Thanks for the suggestions, anthraxx.

anthraxx commented on 2018-06-25 23:53 (UTC) (edited on 2018-06-25 23:54 (UTC) by anthraxx)

Please implement some imrpovements i suggest:

  • $pkgdir should always be put in quotes "$pkgdir" to allow whitespace dirs
  • $srcdir can completely be omited as thats always the start dir (and if it needs to be used it must be in quotes as well)
  • use a build() function to build via cargo, not in package() step
  • use --locked for building to be reproducible (upstream provides cargo.lock)
  • add a test() function with cargo test --release --locked
  • add provides=(oxy) as thats needed besides the conflicts