Package Details: sdees-git 2.0.0.r2.gb68c4fe-1

Git Clone URL: https://aur.archlinux.org/sdees-git.git (read-only, click to copy)
Package Base: sdees-git
Description: Sync down, decrypt, edit, encrypt, sync up
Upstream URL: https://github.com/schollz/sdees
Licenses: MIT
Conflicts: sdees
Provides: sdees
Submitter: Dragonlord
Maintainer: Dragonlord
Last Packager: Dragonlord
Votes: 0
Popularity: 0.000000
First Submitted: 2016-09-07 16:48 (UTC)
Last Updated: 2016-11-05 14:59 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

ctag commented on 2016-11-17 19:42 (UTC)

The updated PKGBUILD also fails for me. $ makepkg ... ==> Starting package()... install: cannot stat 'sdees': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Temporary workaround: Edit package() in PKGBUILD: package () { cd "${srcdir}" install -Dm755 bin/sdees "${pkgdir}"/usr/bin/sdees #license install -Dm644 sdees/LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE }

ctag commented on 2016-11-02 03:35 (UTC) (edited on 2016-11-02 03:41 (UTC) by ctag)

Hi, This package fails to build for me. ==> Starting build()... go get github.com/jcelliott/lumber go get github.com/mitchellh/go-homedir go get github.com/urfave/cli go get golang.org/x/crypto/ssh/terminal go get golang.org/x/crypto/openpgp/armor go get golang.org/x/crypto/openpgp go get github.com/kardianos/osext go get github.com/speps/go-hashids go build -ldflags "-X main.Version=2.0.0 -X main.Build=`git rev-parse HEAD` -X main.BuildTime=`date +%FT%T%z` -X main.OS=linux_amd64" -o sdees main.go:15:2: cannot find package "github.com/schollz/sdees/src" in any of: /usr/lib/go/src/github.com/schollz/sdees/src (from $GOROOT) /home/berocs/.cache/pacaur/sdees-git/src/src/github.com/schollz/sdees/src (from $GOPATH) make: *** [Makefile:23: sdees] Error 1 ==> ERROR: A failure occurred in build(). Aborting... Temporary workaround: - Try to build. - Go into src/ - GOPATH=/home/$user/.../sdees-git/src/ go get github.com/schollz/sdees - build again.