mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
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 <alexeymin@postmarketos.org>
This commit is contained in:
parent
6005bc9e1e
commit
745fd9d3ec
1 changed files with 20 additions and 0 deletions
20
main/postmarketos-install-recommends/APKBUILD
Normal file
20
main/postmarketos-install-recommends/APKBUILD
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Maintainer: Alexey Minnekhanov <alexeymin@postmarketos.org>
|
||||
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
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue