mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/cawbird: new aport
Signed-off-by: Danct12 <danct12@disroot.org>
This commit is contained in:
parent
8ebb1a5558
commit
7da9dece5f
30
testing/cawbird/APKBUILD
Normal file
30
testing/cawbird/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Contributor: Danct12 <danct12@disroot.org>
|
||||
# Maintainer: Danct12 <danct12@disroot.org>
|
||||
pkgname="cawbird"
|
||||
pkgver="1.0.4"
|
||||
pkgrel=0
|
||||
pkgdesc="Fork of the Corebird GTK Twitter client that continues to work with Twitter"
|
||||
url="https://ibboard.co.uk/cawbird"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="gtk+3.0-dev gspell-dev gst-plugins-base-dev libsoup-dev json-glib-dev meson ninja sqlite-dev vala"
|
||||
options="!check" # Error creating directory /home/pmos/.config/cawbird: No such file or directory
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/cawbird/archive/v$pkgver.tar.gz"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
|
||||
build() {
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--buildtype=release \
|
||||
. output
|
||||
ninja -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" ninja -C output install
|
||||
}
|
||||
|
||||
sha512sums="7187659b63c908da8a2bb9028e74714312c5a38407c9aed7e2c289a0a1afe4d16c7249f73bdd7b08ce1d8153fcc9b31f3b3e3c661bc162ff8b2a1044202ff191 cawbird-1.0.4.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user