Received: from mail-qk1-f194.google.com (mail-qk1-f194.google.com [209.85.222.194]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 84563781AC6 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 10:01:33 +0000 (UTC) Received: by mail-qk1-f194.google.com with SMTP id b62so15892103qkf.6 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 03:01:33 -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=9YIEIZ+uFDlRAOo+WAHm1smlNtRInuq44cWy4J/LuBU=; b=TWj7ocL8Oi/9Bq3+rutJTjaUpmRPDb1hWr+HbY0p0ONfktVvQ+UrRSrF8xXZfxhZ+y 1PwApNL6xV1UWaNl08ag386vfbsgmiHpoQZ/5cZFclA4MmD3MCtivSLFYya50cq66Vld 2frWMalG+IXGsG1EbXyiHro3F3VCcvcl3k0wAuoP600XxDoSV7oOGj1uY9sWUvUuyvFd 9jtAEj6ospmGaQFEXode0nWNKBlWQaAAJzDhf6Mbaa6O8KPrL23e8r6uGDs0N6ZMuNwj y0ttdIgT6d43tH+CnC8qCa/XJXJDGT1AMWoi3QOAlYCLBfscjuyLTUO45ItxDrkf4S/q AU+Q== 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=9YIEIZ+uFDlRAOo+WAHm1smlNtRInuq44cWy4J/LuBU=; b=dljKGfeAok2PkcOahQ0R2gdYwjh/YM5HJY6eW6rmoFv/y6sCAn+J1JubFgX/rXIJ67 lD9fpy0dmIQNC80f+KgN5TaPNo9JuUBLd2uKvteU+Lfy+yngolQUYNxFpirAq96CcMJ9 XnluDUuAcb9u2MZxH8Pb6hg3ZbGwNxOXwEynMmjz8Ir7eZBi86mJH8ob1LUB1wWI6Axq igKmTvQKjRjBAUSi5DRRyE7A/q94cQwhozVQP3qgoF5Z++aEKU/68UvSmL9djOIH1eDF MTjCUJbW5JO9WNYzo2ubrn5fZZWGOefPnPD/Z1JHMwmycjbDj81ApFbq3FE6855B//4Q hoIw== X-Gm-Message-State: ANhLgQ0YqWKRb/Op6QplnTB2CU19VLOGs5Zc9cTWpIDlYL7sub36BTgK F84J8K0W0Q5fLBXevZP6ra74Qnx0 X-Google-Smtp-Source: ADFU+vtJWGtTCIdN28BCr03uHPzkrw3eG8jd5DsTYKQIPWtU9qX8BNWIfllFGC89GypCqkDo78VBqg== X-Received: by 2002:a37:44c:: with SMTP id 73mr7053353qke.376.1585476091609; Sun, 29 Mar 2020 03:01:31 -0700 (PDT) Received: from enterprise ([2804:431:cfcd:a356:d7d:d055:cf47:d96f]) by smtp.gmail.com with ESMTPSA id e19sm7782888qkl.33.2020.03.29.03.01.30 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Mar 2020 03:01:31 -0700 (PDT) Date: Sun, 29 Mar 2020 07:00:50 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/brillo: new aport Message-ID: <20200329070050.597d46df@enterprise> In-Reply-To: <20200329050917.9039-1-me@cosmoborsky.com> References: <20200329050917.9039-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:09:18 -0400 Cosmo Borsky wrote: > --- > testing/brillo/APKBUILD | 47 > +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 > insertions(+) create mode 100644 testing/brillo/APKBUILD > > diff --git a/testing/brillo/APKBUILD b/testing/brillo/APKBUILD > new file mode 100644 > index 0000000000..ebd693b5f1 > --- /dev/null > +++ b/testing/brillo/APKBUILD > @@ -0,0 +1,47 @@ > +# Contributor: Cosmo Borsky > +# Maintainer: Cosmo Borksy > +pkgname="brillo" > +pkgver="1.4.9" > +pkgrel=0 > +pkgdesc="Control the brightness of backlight and keyboard LED > devices on Linux." +url="https://gitlab.com/cameronnemo/brillo" > +arch="all" > +license="GPL-3.0" > +makedepends="go-md2man" > +subpackages="$pkgname-doc $pkgname-apparmor $pkgname-polkit > $pkgname-udev" > +source="https://gitlab.com/cameronnemo/brillo/-/archive/v${pkgver}/brillo-v${pkgver}.tar.gz" > +builddir="$srcdir/brillo-v${pkgver}" + > +build() { > + make build > +} > + > +check() { > + BRILLOBIN="${builddir}/build/brillo" > +} > + > +package() { > + make install.bin PREFIX="${pkgdir}" > +} > + > +doc() { > + cd "${builddir}" > + make install.man PREFIX="${subpkgdir}" > +} > + > +apparmor() { > + cd "${builddir}" > + make install.apparmor DESTDIR="${subpkgdir}" > +} > + > +polkit() { > + cd "${builddir}" > + make install.polkit PREFIX="${subpkgdir}" > +} > + > +udev() { > + cd "${builddir}" > + make install.udev DESTDIR="${subpkgdir}" > +} > + > +sha512sums="444f173bf6d1bcbb1598979e906656adf322e036372ac11553e23152d3bfc3b8c0aa5839e2069e095eafab3993a975e4247418f3828760c9c3cd29a6a092327b > brillo-v1.4.9.tar.gz" brillo already exists