git subrepo clone --branch=master https://aur.archlinux.org/libgbinder.git
subrepo: subdir: "libgbinder" merged: "08224bf" upstream: origin: "https://aur.archlinux.org/libgbinder.git" branch: "master" commit: "08224bf" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
127c541985
commit
bb64dd47ac
17
libgbinder/.SRCINFO
Normal file
17
libgbinder/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
pkgbase = libgbinder
|
||||||
|
pkgdesc = GLib-style interface to binder
|
||||||
|
pkgver = 1.1.16
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/mer-hybris/libgbinder.git
|
||||||
|
arch = x86_64
|
||||||
|
arch = i686
|
||||||
|
arch = armv7h
|
||||||
|
arch = aarch64
|
||||||
|
license = BSD
|
||||||
|
makedepends = git
|
||||||
|
depends = libglibutil
|
||||||
|
depends = glib2
|
||||||
|
source = libgbinder::git+https://github.com/mer-hybris/libgbinder.git#commit=1bc2efd7249e1cf1b50d9ff1dcf57ffea528f0e9
|
||||||
|
sha512sums = SKIP
|
||||||
|
|
||||||
|
pkgname = libgbinder
|
12
libgbinder/.gitrepo
Normal file
12
libgbinder/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; DO NOT EDIT (unless you know what you are doing)
|
||||||
|
;
|
||||||
|
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||||
|
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||||
|
;
|
||||||
|
[subrepo]
|
||||||
|
remote = https://aur.archlinux.org/libgbinder.git
|
||||||
|
branch = master
|
||||||
|
commit = 08224bf24a6d9ccd79b1503e238a7d9d448b0ad9
|
||||||
|
parent = 127c541985b4e3168f48b775943ac355199fff58
|
||||||
|
method = merge
|
||||||
|
cmdver = 0.4.3
|
29
libgbinder/PKGBUILD
Normal file
29
libgbinder/PKGBUILD
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Maintainer: Danct12 <danct12@disroot.org>
|
||||||
|
|
||||||
|
pkgname=libgbinder
|
||||||
|
pkgver=1.1.16
|
||||||
|
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')
|
||||||
|
makedepends=('git')
|
||||||
|
_commit="1bc2efd7249e1cf1b50d9ff1dcf57ffea528f0e9" # tags/1.1.16
|
||||||
|
source=(${pkgname}::git+https://github.com/mer-hybris/libgbinder.git#commit=${_commit})
|
||||||
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd ${pkgname}
|
||||||
|
git describe --tags | sed 's/^v//;s/-/+/g'
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd ${pkgname}
|
||||||
|
make KEEP_SYMBOLS=1 release pkgconfig
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd ${pkgname}
|
||||||
|
make install-dev DESTDIR="${pkgdir}"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user