加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/warner/magic-wormhole
克隆/下载
snapcraft.yaml 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Brian Warner 提交于 2017-07-31 12:29 . Merge PR237
name: wormhole
version: git
version-script: python3 -c "import versioneer; print(versioneer.get_version())"
summary: get things from one computer to another, safely
description: |
This package provides a library and a command-line tool named wormhole,
which makes it possible to get short pieces of text (and arbitrary-sized
files and directories) from one computer to another. The two endpoints are
identified by using identical "wormhole codes": in general, the sending
machine generates and displays the code, which must then be typed into the
receiving machine.
The codes are short and human-pronounceable, using a phonetically-distinct
wordlist. The receiving side offers tab-completion on the codewords, so
usually only a few characters must be typed. Wormhole codes are single-use
and do not need to be memorized.
grade: devel
confinement: strict
apps:
wormhole:
command: env LC_ALL=C.UTF-8 LANG=C.UTF-8 wormhole
plugs: [home, network, network-bind]
parts:
magic-wormhole:
source: .
source-type: git
plugin: python
build-packages:
- gcc
- libffi-dev
- libsodium-dev
- libssl-dev
- make
prepare: |
# FIXME make sure that the build dir has all the files from the repo,
# so the version is not tagged as dirty. --elopio - 20170730
cp ../src/snapcraft.yaml .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化