Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update snap to version 1113 #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified etc/vlmcsd.kmd
Binary file not shown.
48 changes: 48 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: vlmcsd
version: "1113"
summary: Portable open-source KMS Emulator in C
description: |
vlmcsd is a replacement for Microsoft's KMS
server It contains vlmcs a KMS test client,
mainly for debugging purposes, that also can
"charge" a genuine KMS server designed to run
on an always-on or often-on device,e.g.
router, NAS Box, ... intended to help people
who lost activation of their legally-owned
licenses, e.g. due to a change of hardware
(motherboard, CPU, ...)

confinement: strict
base: core18
grade: stable

apps:
vlmcs:
command: vlmcs
plugs:
- network

vlmcsd:
command: vlmcsd
daemon: forking
plugs:
- network
- network-bind

parts:
vlmcsd:
plugin: make
source: https://github.com/kategray/vlmcsd.git
source-tag: "1113"
build-packages:
- g++
- make
artifacts:
- bin/vlmcs
- bin/vlmcsd

layout:
/etc/vlmcsd/vlmcsd.ini:
symlink: $SNAP_DATA/etc/vlmcsd.ini
/etc/vlmcsd/vlmcsd.kmd:
symlink: $SNAP_DATA/etc/vlmcsd.kmd