Received: from mail-qt1-f195.google.com (mail-qt1-f195.google.com [209.85.160.195]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5C7FF781D42 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 10:03:21 +0000 (UTC) Received: by mail-qt1-f195.google.com with SMTP id a5so12567801qtw.10 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 03:03:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=TOPDWk7+Bo7BxihRE6sSsVruVqsRZGIEtCAVooJX2ds=; b=bH9YZ4FASXwFwY9k6FDG2zAjwNY8f+GbaTqDs+fpIiH7jv0yLAnjWtIXWMOEYS82m6 gijeSCRr+FJiQE+OuVkaDuJBfmtzm7e2RwoJRq/uyyaXjXpwKFSu6LL+KIUGbPvJM9MX A2Tukf8ZwNLubWCVFYEIhnxUY5hi5HPzJQy9SKiC7QqD3LnKZx/ctURxzB8T948+ZbU/ VrEtMYunvcZ3S4BV8LTFvxX7O6JZGlV1c7Ykms/3NIdzezOTPh0kVF6w9MmGLIf2z86x XCgnvB8Jm3j+UbAh5zEt9Rk0alhC/J0+luEM9tC9509qMyfqR2P3zBQ0oeAHHMmX3bhP 7WcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TOPDWk7+Bo7BxihRE6sSsVruVqsRZGIEtCAVooJX2ds=; b=NNlXXaeqmCLg+GpFMGnld1N58+rIcCFuiHujbSG7l8aVnWD70Y8PcbM+SyYpf0Iquj cF083PE+21bNZzDcVkUWcfR/E57sfVUmuKQe3735NZcwOpfRgaWiRkMIpmHxaizRfbrd r7MkxzvFHvs3ff5WX6Ivfeb7IDKAFcFZGG3SU/iBNmVzZgGr1WB6m4DIG/aVpu+O8ohv LfZcw7a9baMltAcT7wQsXjUkFbw3m1zSQKcp1dMgfAYH42+pndQThc2/ri3VUSyvkbZ3 NQ6roP+OCYgqZkRR2EOW/e7S8OEWXOE9DS7Jr97/wCl/6EVFYT+Y10e5OaRJY/QkGR9P n5Fw== X-Gm-Message-State: ANhLgQ2iFsPiNBuOllWyuLZRMlPES3TKYMxubbQ3+uqwRl4eteRbRzpo 14kTsP3F8IqESVPOC9JphuHfP+Hz X-Google-Smtp-Source: ADFU+vutxP5XN4kx1DEf57PPTsIIc7eFrD6kpUppBEOGlPDbKfnO7mPXycaoGdu11wWMqfx68gN8WQ== X-Received: by 2002:ac8:7b54:: with SMTP id m20mr6903068qtu.92.1585476200148; Sun, 29 Mar 2020 03:03:20 -0700 (PDT) Received: from enterprise ([2804:431:cfcd:a356:d7d:d055:cf47:d96f]) by smtp.gmail.com with ESMTPSA id q1sm8802419qtn.69.2020.03.29.03.03.19 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Mar 2020 03:03:20 -0700 (PDT) Date: Sun, 29 Mar 2020 07:02:38 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/chafa: new aport Message-ID: <20200329070238.4fd3f117@enterprise> In-Reply-To: <20200329055634.13178-1-me@cosmoborsky.com> References: <20200329055634.13178-1-me@cosmoborsky.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 29 Mar 2020 01:56:35 -0400 Cosmo Borsky wrote: > --- > testing/chafa/APKBUILD | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 testing/chafa/APKBUILD > > diff --git a/testing/chafa/APKBUILD b/testing/chafa/APKBUILD > new file mode 100644 > index 0000000000..bafd4f4b0a > --- /dev/null > +++ b/testing/chafa/APKBUILD > @@ -0,0 +1,28 @@ > +# Contributor: Cosmo Borsky > +# Maintainer: Cosmo Borsky > +pkgname="chafa" > +pkgver="1.2.2" > +pkgrel=0 > +pkgdesc="Image-to-text converter supporting a wide range of symbols > and palettes, transparency, animations, etc." > +url="https://hpjansson.org/chafa" > +giturl="https://github.com/hpjansson/chafa" +arch="x86_64" # based > on Arch Linux PKGBUILD, not tested on other arches +license="LGPL-3.0" > +depends="imagemagick imagemagick-libs imagemagick-dev" > +depends_doc="gtk-doc" > +makedepends="make autoconf automake libtool imagemagick-dev" > +subpackages="$pkgname-dev $pkgname-doc" > +options="!check" # no tests available > +source="chafa-$pkgver.tar.xz::https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz" > +builddir="$srcdir/chafa-$pkgver" > + > +build() { > + ./configure --prefix=/usr --enable-man > + make > +} > + > +package() { > + make DESTDIR="$pkgdir" install > +} > + > +sha512sums="e2aea08e7e9ea41e233dac12c7db2697445ff096f31e8ad09daa60f97328268a5f29bd1b5328c0893bf0c3f9a132d9a29830ecc741ea2d7e6d23132728bbc926 > chafa-1.2.2.tar.xz" Please open a merge request on https://gitlab.alpinelinux.org/alpine/aports