mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
packager
This commit is contained in:
18
app/node_modules/asar/snapcraft.yaml
generated
vendored
Normal file
18
app/node_modules/asar/snapcraft.yaml
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: asar
|
||||
version: git
|
||||
summary: Manipulate asar archive files
|
||||
description: |
|
||||
Asar is a simple extensive archive format, it works like tar that
|
||||
concatenates all files together without compression, while having
|
||||
random access support.
|
||||
|
||||
confinement: classic
|
||||
|
||||
parts:
|
||||
asar:
|
||||
plugin: nodejs
|
||||
source: .
|
||||
|
||||
apps:
|
||||
asar:
|
||||
command: lib/node_modules/asar/bin/asar.js
|
Reference in New Issue
Block a user