summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-11-17snapd-git: initial packaging of -git package, based on upstream arch packagingMaciek Borzecki
Arch packaging updates as compared to repo version: - convert the package to *-git (i.e. built from VCS) - update conflicts to fully replace community repo snapd package - update build to properly set up CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_LDFLAGS to include settings configured in /etc/makepkg.conf - use `go build` rather than `go install` in build step to prevent go from trying to install *.a in system locations - enable verbose build (go build -x -v) - refactor package() - do not hand install support files (systemd units, DBus service) - cleanup unused ubuntu core files - snapd environment file is now at /etc/default/snapd - package snap-exec binary - symlink /var/lib/snapd/snap to /snap so that --classic confinement snaps work Notes: `run-checks --unit` errors are currently masked until the upstream figures out integration of Arch into their CI workflow. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>