Wind4 / vlmcsd

KMS Emulator in C (currently runs on Linux including Android, FreeBSD, Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin)
https://forums.mydigitallife.net/threads/50234
8.35k stars 2.22k forks source link

snap in linux snap store #74

Closed Kodiman closed 5 months ago

Kodiman commented 1 year ago

hi, Wind4, please consider adding this app to linux snap store with a snapcraft.yaml etc.

this sample snapcraft.yaml code is based on that of kategrey ###########################

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:

parts: vlmcsd: plugin: make source: https://github.com/Wind4/vlmcsd.git source-tag: "1113" build-packages:

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

###############################

rouben commented 1 year ago

@Kodiman, why not do it yourself? Looks like you're 90% of the way there already. I bet you could probably automate this too with Github actions. :)