solo2 0.2.0

Library and CLI for the SoloKeys Solo 2 security key
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build:
	cargo build --release --features cli --bin solo2
	ls -sh target/release/solo2


# for AUR things, kudos to <https://github.com/Foxboron/sbctl>

push-aur:
	git subtree push -P pkg/arch ssh://aur@aur.archlinux.org/solo2-cli.git master

.PHONY: local-aur
.ONESHELL:
local-aur:
	cd pkg/arch
	mkdir -p ./src
	ln -srfT $(CURDIR) ./src/solo2-cli-0.0.7
	makepkg --holdver --syncdeps --noextract --force --install