Browse Source
subrepo: subdir: "libmpdclient" merged: "79775ab" upstream: origin: "gitea@gitea.artixlinux.org:packagesL/libmpdclient.git" branch: "master" commit: "79775ab" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 115 additions and 0 deletions
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -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 = gitea@gitea.artixlinux.org:packagesL/libmpdclient.git |
||||
branch = master |
||||
commit = 79775ab5cba0eef17d682a7750d1558185c02356 |
||||
parent = 9f2d54fe2cb08ccad1b81f7a554ae259dcfc3fbc |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,30 @@
|
||||
# Maintainer: Gaetan Bisson <bisson@archlinux.org> |
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org> |
||||
|
||||
pkgname=libmpdclient |
||||
pkgver=2.16 |
||||
pkgrel=1 |
||||
pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & Objective C languages' |
||||
url='https://www.musicpd.org/libs/libmpdclient/' |
||||
license=('custom:BSD') |
||||
arch=('x86_64') |
||||
makedepends=('meson') |
||||
validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') |
||||
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) |
||||
sha256sums=('fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464' |
||||
'SKIP') |
||||
|
||||
build() { |
||||
cd "${srcdir}/${pkgname}-${pkgver}" |
||||
arch-meson . build |
||||
ninja -C build |
||||
} |
||||
|
||||
package() { |
||||
cd "${srcdir}/${pkgname}-${pkgver}" |
||||
DESTDIR="${pkgdir}" ninja -C build install |
||||
|
||||
cd "${pkgdir}" |
||||
install -d usr/share/licenses/libmpdclient |
||||
ln -s ../../doc/libmpdclient/COPYING usr/share/licenses/libmpdclient/COPYING |
||||
} |
@ -0,0 +1,30 @@
|
||||
# Maintainer: Gaetan Bisson <bisson@archlinux.org> |
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org> |
||||
|
||||
pkgname=libmpdclient |
||||
pkgver=2.16 |
||||
pkgrel=1 |
||||
pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & Objective C languages' |
||||
url='https://www.musicpd.org/libs/libmpdclient/' |
||||
license=('custom:BSD') |
||||
arch=('x86_64') |
||||
makedepends=('meson') |
||||
validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') |
||||
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) |
||||
sha256sums=('fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464' |
||||
'SKIP') |
||||
|
||||
build() { |
||||
cd "${srcdir}/${pkgname}-${pkgver}" |
||||
arch-meson . build |
||||
ninja -C build |
||||
} |
||||
|
||||
package() { |
||||
cd "${srcdir}/${pkgname}-${pkgver}" |
||||
DESTDIR="${pkgdir}" ninja -C build install |
||||
|
||||
cd "${pkgdir}" |
||||
install -d usr/share/licenses/libmpdclient |
||||
ln -s ../../doc/libmpdclient/COPYING usr/share/licenses/libmpdclient/COPYING |
||||
} |
Loading…
Reference in new issue