This commit is contained in:
lw-everestlinux 2022-10-25 20:42:40 -04:00
commit 0187ac2892
7 changed files with 16 additions and 0 deletions

4
README Normal file
View File

@ -0,0 +1,4 @@
Use the following commands to install this template into a directory:
$ wget LINK && tar -xvf template.tar.gz && mv template/* .

BIN
template.tar.gz Normal file

Binary file not shown.

0
template/INSTALL.sh Normal file
View File

0
template/REMOVE.sh Normal file
View File

0
template/UPDATE.sh Normal file
View File

8
template/pkginfo.json Normal file
View File

@ -0,0 +1,8 @@
{
"package_name": "",
"package_version": "",
"package_description": "",
"src_tree_size": "",
"exec_size": "",
"license": ""
}

4
template/ts.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
touch /var/log/glacier/PACKAGE_NAME.timestamp
date >> /var/log/glacier/PACKAGE_NAME.timestamp