https://github.com/universal-ctags/ctags-snap
Universal-ctags installable snap package for Linux
https://github.com/universal-ctags/ctags-snap
installable linux package snap
Last synced: 7 months ago
JSON representation
Universal-ctags installable snap package for Linux
- Host: GitHub
- URL: https://github.com/universal-ctags/ctags-snap
- Owner: universal-ctags
- Created: 2018-12-11T07:18:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T19:02:06.000Z (about 2 years ago)
- Last Synced: 2024-10-30T02:58:23.679Z (11 months ago)
- Topics: installable, linux, package, snap
- Language: Makefile
- Homepage:
- Size: 43 KB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snap packaging for Universal Ctags
==================================This repo packages [universal-ctags](https://ctags.io/) as a [snap](https://snapcraft.io/docs).
Snaps bundle an application and its dependencies in a package that can be
installed without modification across Linux distributions.For installation and usage instructions, see this snap's entry in the
[snap store](https://snapcraft.io/universal-ctags),
which are derived from the docs in `snap/snapcraft.yaml`.Hacking
-------Automatic builds of this package, for various different architectures,
are made [on snapcraft.io](https://snapcraft.io/universal-ctags/builds),
but that link only works for owners of the universal-ctags snap.On Ubuntu 19.04 and later, you can run the same build locally, plus a quick
e2e test script, using:make setup build install configure test
This takes a few minutes the first time. Subsequent runs are faster.
Target 'setup' only needs to be done once.Run `make` with no target to see documentation of the available targets.