From 745fd9d3ecb9371d78f912dc74e7b35a91c66863 Mon Sep 17 00:00:00 2001 From: Alexey Minnekhanov Date: Thu, 18 Jul 2024 12:21:34 +0300 Subject: [PATCH] main/postmarketos-install-recommends: new aport (MR 5697) Simple python script to automate installing of _pmb_recommends for a specified package. Signed-off-by: Alexey Minnekhanov --- main/postmarketos-install-recommends/APKBUILD | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 main/postmarketos-install-recommends/APKBUILD diff --git a/main/postmarketos-install-recommends/APKBUILD b/main/postmarketos-install-recommends/APKBUILD new file mode 100644 index 000000000..e2f22c233 --- /dev/null +++ b/main/postmarketos-install-recommends/APKBUILD @@ -0,0 +1,20 @@ +# Maintainer: Alexey Minnekhanov +pkgname=postmarketos-install-recommends +pkgver=0.1 +pkgrel=0 +pkgdesc="Script to quickly install pmb_recommends for a package" +url="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends" +options="!check" # no tests +depends="git python3" +arch="noarch" +license="GPL-3.0-or-later" +source="https://gitlab.postmarketos.org/postmarketOS/postmarketos-install-recommends/-/archive/$pkgver/postmarketos-install-recommends-0.1.tar.gz" + +package() { + install -Dm755 "$builddir/install-recommends.py" \ + "$pkgdir/usr/bin/install-recommends" +} + +sha512sums=" +39c68fc3aff3e47aa4c0a29147370d4c73a38107b05d796a618e12cb124cdd872132fe61359ee9df51d01ecff9e0e8fc1b674a1ad23892374dd2211ed3101a4c postmarketos-install-recommends-0.1.tar.gz +"