add binpkg keys recipe
This commit is contained in:
20
femkpg-keys.recipe.py
Normal file
20
femkpg-keys.recipe.py
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
pkgname = "fempkg-keys"
|
||||||
|
pkgver = "1.0"
|
||||||
|
source = f"https://rocketleaguechatp.duckdns.org/fempkg_pubkey.asc"
|
||||||
|
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
|
||||||
|
fembuilddir = f"/tmp/fempkg/build/{pkgname}"
|
||||||
|
outputdir = "/home/gabry/lfs-repo/binpkg"
|
||||||
|
manifestdir = "/home/gabry/lfs-repo/manifests"
|
||||||
|
destdir = f"{fembuilddir}/DESTDIR"
|
||||||
|
|
||||||
|
deps = ["cmake"]
|
||||||
|
|
||||||
|
build = [
|
||||||
|
# Extract
|
||||||
|
|
||||||
|
# 64-bit build
|
||||||
|
f"cd {fembuilddir} && mkdir -p /var/lib/fempkg/keys && cp -pvra fempkg_pubkey.asc /var/lib/fempkg/keys/fempkg_pubkey.asc",
|
||||||
|
|
||||||
|
# Cleanup
|
||||||
|
f"rm -rf {fembuilddir}"
|
||||||
|
]
|
||||||
@@ -242,6 +242,7 @@ libxml2.recipe.py
|
|||||||
libxmlb.recipe.py
|
libxmlb.recipe.py
|
||||||
libyaml.recipe.py
|
libyaml.recipe.py
|
||||||
libzip.recipe.py
|
libzip.recipe.py
|
||||||
|
LICENSE
|
||||||
links.recipe.py
|
links.recipe.py
|
||||||
Linux-PAM.recipe.py
|
Linux-PAM.recipe.py
|
||||||
linux.recipe.py
|
linux.recipe.py
|
||||||
@@ -315,6 +316,7 @@ qt6.recipe.py
|
|||||||
quickshell.recipe.py
|
quickshell.recipe.py
|
||||||
re2.recipe.py
|
re2.recipe.py
|
||||||
readline.recipe.py
|
readline.recipe.py
|
||||||
|
README.md
|
||||||
rustbindgen.recipe.py
|
rustbindgen.recipe.py
|
||||||
rustc.recipe.py
|
rustc.recipe.py
|
||||||
sbc.recipe.py
|
sbc.recipe.py
|
||||||
|
|||||||
Reference in New Issue
Block a user