diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-01 23:49:14 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:26:09 -0300 |
| commit | 7e1696ff7c9fac97050c0b4582b778bc7e25ccce (patch) | |
| tree | ad512c2c8c9f15adbebd2a69258b736cb6ae6a13 /testing | |
| parent | 1e4f09f914e119b53d73930769fac94a658596c3 (diff) | |
| download | aports-7e1696ff7c9fac97050c0b4582b778bc7e25ccce.tar.bz2 aports-7e1696ff7c9fac97050c0b4582b778bc7e25ccce.tar.xz | |
community/peek: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/peek/APKBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/peek/APKBUILD b/testing/peek/APKBUILD deleted file mode 100644 index f2bd3b05eb..0000000000 --- a/testing/peek/APKBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: Rasmus Thomsen <oss@cogitri.dev> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=peek -pkgver=1.5.1 -pkgrel=0 -pkgdesc="Simple animated GIF screen recorder with an easy to use interface" -url="https://github.com/phw/peek" -arch="all" -license="GPL-3.0-or-later" -depends="ffmpeg gst-plugins-good gst-plugins-bad" -makedepends="meson gtk+3.0-dev gettext-dev vala txt2man keybinder3-dev" -checkdepends="appstream-glib desktop-file-utils" -subpackages="$pkgname-lang $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/phw/peek/archive/$pkgver.tar.gz" - -build() { - meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --buildtype=plain \ - -Denable-filechoosernative=true \ - . output - ninja -C output -} - -check() { - ninja -C output test -} - -package() { - DESTDIR="$pkgdir" ninja -C output install -} - -sha512sums="dc25f24b1f5954ff26f399f86bf0a2a9b90c4d63c9cd33fcd44f16e447d23070c04e760c57bdc8a946e699c3038b8ee7afc44ce6daa7030e2f9e6f071be6eae4 peek-1.5.1.tar.gz" |
