init
This commit is contained in:
commit
49f2ad47e9
BIN
All/All/Hashed/libedit-3.1.20251016_1,1~4ee88895c3.pkg
Normal file
BIN
All/All/Hashed/libedit-3.1.20251016_1,1~4ee88895c3.pkg
Normal file
Binary file not shown.
BIN
All/All/Hashed/sqlite3-3.50.4_2,1~459bca766d.pkg
Normal file
BIN
All/All/Hashed/sqlite3-3.50.4_2,1~459bca766d.pkg
Normal file
Binary file not shown.
13
build
Executable file
13
build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
REPO_CONF_NAME="pkg.conf"
|
||||
|
||||
cat > pkg.conf << EOF
|
||||
sqlite3: {
|
||||
url: "file://${PWD}",
|
||||
enabled: yes,
|
||||
priority: 100
|
||||
}
|
||||
EOF
|
||||
|
||||
pkg -o REPOS_DIR="$PWD" -o repositories_conf="$REPO_CONF_NAME" install -y sqlite3
|
||||
7
meta
Normal file
7
meta
Normal file
@ -0,0 +1,7 @@
|
||||
version = 2;
|
||||
packing_format = "tzst";
|
||||
manifests = "packagesite.yaml";
|
||||
data = "data";
|
||||
filesite = "filesite.yaml";
|
||||
manifests_archive = "packagesite";
|
||||
filesite_archive = "filesite";
|
||||
7
meta.conf
Normal file
7
meta.conf
Normal file
@ -0,0 +1,7 @@
|
||||
version = 2;
|
||||
packing_format = "tzst";
|
||||
manifests = "packagesite.yaml";
|
||||
data = "data";
|
||||
filesite = "filesite.yaml";
|
||||
manifests_archive = "packagesite";
|
||||
filesite_archive = "filesite";
|
||||
BIN
packagesite.pkg
Normal file
BIN
packagesite.pkg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user