From a7dbc4ebcf48fdb20be770001b6d642be2f576b3 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Jun 2026 19:59:31 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 15 ++++++++++++--- source.sh => recipe.sh | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) rename pkg.info => info.yml (54%) rename source.sh => recipe.sh (94%) diff --git a/pkg.info b/info.yml similarity index 54% rename from pkg.info rename to info.yml index 3497c29..9b9c592 100644 --- a/pkg.info +++ b/info.yml @@ -1,9 +1,18 @@ name: i3-status description: Small program for generating a status bar for i3bar, dzen2, xmobar or similar programs -version: 2.15 +version: "2.15" +revision: 2 url: https://i3wm.org/i3status/ license: BSD +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["alsa-lib","libconfuse","libnl","yajl"] -make_depends: ["meson","xmlto"] type: source +depends: + - alsa-lib + - libconfuse + - libnl + - yajl +make_depends: + - meson + - xmlto diff --git a/source.sh b/recipe.sh similarity index 94% rename from source.sh rename to recipe.sh index 4687256..ffd8784 100644 --- a/source.sh +++ b/recipe.sh @@ -1,4 +1,4 @@ -# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package +# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT