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 44816781D5D for <~alpine/aports@lists.alpinelinux.org>; Tue, 11 Feb 2020 17:39:39 +0000 (UTC) Received: by mail-qk1-f194.google.com with SMTP id g195so10863909qke.13 for <~alpine/aports@lists.alpinelinux.org>; Tue, 11 Feb 2020 09:39:39 -0800 (PST) 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=1C29WYZ4GZZn+OqPSfYi3q7jUpdmg/t+9ho7IE2NhNc=; b=D/xKj4dCX1cdYm5MiIfgRfvMqTEDO7dWR9u+ncTPE6A9RoYtlCoI01kfxbIcIjgc5F oqSoTO0CmV3FTrQe7C+GTqGIdOH4oC4JQ1En92TM8NpvJ1v2Eyc/SN2LNftiv0ophhbe xzaIAUQ0Wo3unBq/wUSZHmWtk2d5s84HgtH6ucjl59ovryECDm262pAmkYDrA1p6Xuqv 3Ys9RTbz89BPXT5NyUoPP5ZDzq0Uj/17+j/kYlrpH6S4N3wt+BXv/M0N2hcrAEar5y7A u6xOR6R1MH0RD3kIHPKufa3HGQLrMaoqrYOzWhUQK6cGf55UhZxVn0o5ZSOQORC886ej WACg== 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=1C29WYZ4GZZn+OqPSfYi3q7jUpdmg/t+9ho7IE2NhNc=; b=hUpUjNjiZzEvG00oeoy+2Mme6f4Oi5prtFB75ChHGGN8+4vUNj3vntW09nvMYA/Dzd 6a4hQ+uPpW2efLzQJrqQ5Oja9/GhmRA1xOwjGYyiDmfp3p7wa11rPvR8xf/+uQBZt1Ok ZJbw/qOGH2ZflVu9sXuX8JdnvHkF7d/ORI6tdrubWmKhAFjz7yXemqcvoLJyf4EMNHXE 939ePu0zTL+Jzn3Y9yyGcgsyLNigoaIVKJYSl2L0oHBfUr4Ati17UbPhtXV+ii8ksvzu A/Cu+OdyrKIibCOPATg0YoDK67RjzklLjNeribjqMmKIEr3ZMOfAwZckyjsMHnpxTK7+ XamQ== X-Gm-Message-State: APjAAAW95MzoE5i0J/sA4nAuWfYpjdnPg56lLGMStfoIWYCP6FYipNW8 SYALiTrXSgcRKIyMw/zFMitYJQezpDM= X-Google-Smtp-Source: APXvYqzM2A+XhnMn24rCfkF5xJIC7BjmBbiUi00sbTX/8kwLgq0cRwzLVN7dwjdFMFc3WUjZhKa5SA== X-Received: by 2002:a05:620a:9d9:: with SMTP id y25mr7255006qky.41.1581442777561; Tue, 11 Feb 2020 09:39:37 -0800 (PST) Received: from enterprise ([2804:431:cfcc:424d:882b:e493:6253:ecb5]) by smtp.gmail.com with ESMTPSA id k37sm2625737qtf.70.2020.02.11.09.39.36 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Feb 2020 09:39:37 -0800 (PST) Date: Tue, 11 Feb 2020 14:37:21 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/i3status-rust: new aport Message-ID: <20200211143721.654a164b@enterprise> In-Reply-To: <20200211173205.8495-1-galen@galenabell.com> References: <20200211173205.8495-1-galen@galenabell.com> X-Mailer: Claws Mail 3.17.4 (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 Tue, 11 Feb 2020 12:32:05 -0500 Galen Abell wrote: > https://github.com/greshake/i3status-rust > i3status replacement in Rust > testing/ > --- > testing/i3status-rust/APKBUILD | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 testing/i3status-rust/APKBUILD > > diff --git a/testing/i3status-rust/APKBUILD > b/testing/i3status-rust/APKBUILD new file mode 100644 > index 0000000000..9cdb4ae2ba > --- /dev/null > +++ b/testing/i3status-rust/APKBUILD > @@ -0,0 +1,22 @@ > +# Contributor: Galen Abell > +# Maintainer: Galen Abell > +pkgname="i3status-rust" > +pkgver="0.13.1" > +pkgrel=0 > +pkgdesc="i3status replacement in Rust" > +url="https://github.com/greshake/i3status-rust" > +arch="all" Won't work in s390x, please make an MR in our GitLab if possible, we have CI there that will check if the package builds on other arches. > +license="GPL-3.0-only" > +makedepends="rust cargo" > +options="!check" # no tests > +provides="i3status-rs" > +source="$pkgname-$pkgver.tar.gz::https://github.com/greshake/i3status-rust/archive/v$pkgver.tar.gz" > + > +build() { > + cargo build --release --verbose > +} > + > +package() { > + install -Dm755 target/release/i3status-rs > "$pkgdir"/usr/bin/i3status-rs +} > +sha512sums="85c009d9164caac3b209c6afd0d7ad874cf8cea57a6c66c21a9484b186297f02c55cb8fb913db86cd0ccb55cabf14014900043927f9dea768ac7dc5b29a9f787 > i3status-rust-0.13.1.tar.gz"