summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 07085a6761d498219e3b51914622d6dc54341772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Danct12 <danct12@disroot.org>

pkgname=libgbinder
pkgver=1.1.35
pkgrel=1
pkgdesc="GLib-style interface to binder"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/mer-hybris/libgbinder.git"
license=('BSD')
depends=('libglibutil' 'glib2')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mer-hybris/libgbinder/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('4a05a86553161d835496073a57d1c27a33dd1f52b9d1b34ce044e8800bbec1d41e527bd3fcf09e21e0497c51ee744622138932831939ceb69e37996a6ad4f9c0')

build() {
  cd $pkgname-$pkgver
  make KEEP_SYMBOLS=1 release pkgconfig
}

package() {
  cd $pkgname-$pkgver
  make install-dev DESTDIR="${pkgdir}"
}