Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 852B6781AF8 for <~alpine/aports@lists.alpinelinux.org>; Fri, 3 Jan 2020 23:45:10 +0000 (UTC) Received: by mail-wr1-f65.google.com with SMTP id y11so43846544wrt.6 for <~alpine/aports@lists.alpinelinux.org>; Fri, 03 Jan 2020 15:45:10 -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=VDNQKu1Db1r6uXBxMhVjZanM6vc+0Oyyxra7q1ICNgY=; b=paEDVwcVkMw5eH37v9YVtU2+d+9L6efdGoqvOfEQJjejs80n5tZZePjL8h2R9VLVTx ZmTx/iH7DZ49P8wFNR/mjkOFT3AM0PvkhCO5B1eNUqxIjgb4AbpgSNQoLecrnYGxrJNr t7328+kms4zrf5r3aR7/JB085YsXQXPTn+ZCnpIlKzdyBHvSSZMizgl7hG68UipancN5 QkNHAfLwHnBYxPga0De/wcXxSla2BIREOEBY8sFddi8i0nlTggyQoS2Qf0iJn9Ug8P0M TgOropGwL6LNMdhAXmF4soZxVBn/VaQis8D0+X7ujgSiQ81MpRwSUsb6f3NXeJIdpR/M 4mlA== 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=VDNQKu1Db1r6uXBxMhVjZanM6vc+0Oyyxra7q1ICNgY=; b=Qgp3fiYqKhhjd4MYIX36AB5xWUC6iNqZOA0A09yh+qMC8bzQGBUcM6rqSyT48fNUJd gwRccW/VwMeHg3DHEl8i7dyztrhOI9EQwIG3SyK/jQCLgrUmltQKJpsVKKeb7xAY/Dae MDQ1spa1vagd27dJr4xNHe8uGsU1rEJMRY+j3cfo5i+Rt/aqCynHz3/NbomTwTCgbb4n Xlg6fA7tg0yZu9DuEuRjaqtbGACcSIiI9jtL5+3FYrom+GLEeN1xhXhQcqzx+91tqL2j iY5jr5A2MZFCkOGsOnMf6DhGIazmuJ02BgkvcQBU/9gQwZbe/8hjCfg8N+MBHzsos+of 0KeA== X-Gm-Message-State: APjAAAXhjhWrUDKti/1UHHaw3vWYEdlLu8Dxh60rTNEdElfNpGiQG30n CzU6dLWXYGoXwOea0x6RLy+kCNxqBtY= X-Google-Smtp-Source: APXvYqz0LdUT3Z4+q5L7XtLUvK3j7oDJvaIeZGUtVjWhSNRhCLCig+cYsN+58tZPepLW8HRorTFGxw== X-Received: by 2002:adf:de84:: with SMTP id w4mr86135877wrl.97.1578095109145; Fri, 03 Jan 2020 15:45:09 -0800 (PST) Received: from enterprise ([2a02:8070:2786:ee00:d4b8:267:331a:10f4]) by smtp.gmail.com with ESMTPSA id s16sm61958411wrn.78.2020.01.03.15.45.08 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Jan 2020 15:45:08 -0800 (PST) Date: Sat, 4 Jan 2020 00:45:05 +0100 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/rofi-pass: new aport Message-ID: <20200104004505.4cb5e48c@enterprise> In-Reply-To: <20200103204736.4448-1-simon@bl4ckb0ne.ca> References: <20200103204736.4448-1-simon@bl4ckb0ne.ca> 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 Fri, 3 Jan 2020 15:47:36 -0500 Simon Zeni wrote: > https://github.com/carnager/rofi-pass/ > rofi frontend for pass > --- > testing/rofi-pass/APKBUILD | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 testing/rofi-pass/APKBUILD > > diff --git a/testing/rofi-pass/APKBUILD b/testing/rofi-pass/APKBUILD > new file mode 100644 > index 0000000000..e053b88cc7 > --- /dev/null > +++ b/testing/rofi-pass/APKBUILD > @@ -0,0 +1,19 @@ > +# Contributor: Simon Zeni > +# Maintainer: Simon Zeni > +pkgname="rofi-pass" > +pkgver="2.0.2" > +pkgrel=0 > +pkgdesc="rofi frontend for pass" > +url="https://github.com/carnager/rofi-pass" > +arch="noarch" > +license="gpl" Please use the SPDX identifier for the license. > +depends="xdg-utils rofi pass gawk pwgen xdotool xclip" > +subpackages="$pkgname-doc" > +source="$pkgname-$pkgver.tar.gz::https://github.com/carnager/rofi-pass/archive/$pkgver.tar.gz" > +options="!check" Please add an appropriate short comment on why check is disabled like: 'no tests' or 'required unpackaged dependencies' > + > +package() { > + make -C "$builddir" DESTDIR="$pkgdir" PREFIX="/usr" install > +} > + > +sha512sums="28f59696911089c31b3f17bde281e3d79c3f757ecc4da61386719c6cff9b31c0944a2ac549d7838f06c249d4535c0dc107ba684115f15db42a24bfdb2f575437 > rofi-pass-2.0.2.tar.gz"