diff --git a/femkpg-keys.recipe.py b/femkpg-keys.recipe.py new file mode 100644 index 0000000..e2f0682 --- /dev/null +++ b/femkpg-keys.recipe.py @@ -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}" +] diff --git a/index.txt b/index.txt index 76f6c2c..6d421ec 100644 --- a/index.txt +++ b/index.txt @@ -242,6 +242,7 @@ libxml2.recipe.py libxmlb.recipe.py libyaml.recipe.py libzip.recipe.py +LICENSE links.recipe.py Linux-PAM.recipe.py linux.recipe.py @@ -315,6 +316,7 @@ qt6.recipe.py quickshell.recipe.py re2.recipe.py readline.recipe.py +README.md rustbindgen.recipe.py rustc.recipe.py sbc.recipe.py