init
This commit is contained in:
parent
ca4d6cfcf8
commit
5ab8da5e08
91 changed files with 20730 additions and 0 deletions
37
phosh-mobile-settings/PKGBUILD
Normal file
37
phosh-mobile-settings/PKGBUILD
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Maintainer: Danct12 <danct12@disroot.org>
|
||||
pkgname=phosh-mobile-settings
|
||||
pkgver=0.40.0
|
||||
pkgrel=1
|
||||
pkgdesc="A (Phosh-specific) settings app for mobile"
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url="https://phosh.mobi"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=(
|
||||
'gtk4'
|
||||
'gsound'
|
||||
'libadwaita'
|
||||
'libgmobile'
|
||||
'lm_sensors'
|
||||
'phosh'
|
||||
'wayland'
|
||||
)
|
||||
makedepends=(
|
||||
'git'
|
||||
'glib2-devel'
|
||||
'meson'
|
||||
'python-packaging'
|
||||
'wayland-protocols'
|
||||
)
|
||||
source=(https://sources.phosh.mobi/releases/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
|
||||
sha256sums=('484880729782a464355ac8a9308b6956ec3080b981e83f1d7c573e02f93d6110'
|
||||
'SKIP')
|
||||
validpgpkeys=('0DB3932762F78E592F6522AFBB5A2C77584122D3')
|
||||
|
||||
build() {
|
||||
arch-meson $pkgname-$pkgver output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
meson install -C output --skip-subprojects --destdir "$pkgdir"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue