1
0
mirror of https://github.com/Miserlou/Loop synced 2024-07-01 06:34:24 +00:00

add uncommited snap changes

This commit is contained in:
Rich Jones 2018-06-26 15:13:37 -04:00
parent b1102492c6
commit 4546cdae20
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "loop-rs"
version = "0.3.0"
version = "0.3.3"
authors = ["Rich Jones <miserlou@gmail.com>"]
description = "UNIX's missing loop command"

View File

@ -18,9 +18,14 @@ RUN apt-get update && \
ENV LC_ALL C.UTF-8
ENV SNAPCRAFT_SETUP_CORE 1
# update Cargo.toml version
# update snapcraft.yaml version
# $ docker build -t snap .
# $ docker run -it -v `pwd`:./ snap /bin/bash
# $ docker run -it -v `pwd`:./derp snap /bin/bash
# cd /tmp
# apt-get install curl
# curl https://sh.rustup.rs -sSf | sh
# source $HOME/.cargo/env
# snapcraft
# snapcraft push *.snap
# snapcraft release loop-rs 1 beta

View File

@ -1,5 +1,5 @@
name: loop-rs # you probably want to 'snapcraft register <name>'
version: '0.3.0+git' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.3.3+git' # just for humans, typically '1.2+git' or '1.3.2'
summary: UNIX's missing `loop command`
description: |
loop lets you write powerful, intuitive looping one-liners!
@ -9,10 +9,11 @@ confinement: strict # use 'strict' once you have the right plugs and slots
apps:
loop-rs:
command: loop
command: bin/loop
aliases: [loop]
parts:
loop-rs:
loop:
plugin: rust
rust-channel: stable
source: .