mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
Updated build files for Arch Linux and OpenBSD
Also removed the Homebrew file
This commit is contained in:
parent
913f79c634
commit
018fb4a07f
4 changed files with 5 additions and 22 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: "Winni Neessen (https://pebcak.de)
|
# Maintainer: "Winni Neessen (https://pebcak.de)
|
||||||
|
|
||||||
pkgname=apg-go
|
pkgname=apg-go
|
||||||
pkgver=0.3.1
|
pkgver=0.3.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A "Automated Password Generator"-clone'
|
pkgdesc='A "Automated Password Generator"-clone'
|
||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
@ -9,7 +9,7 @@ url='https://github.com/wneessen/apg-go'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
source=("https://github.com/wneessen/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
source=("https://github.com/wneessen/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
sha256sums=('1a798bd729c2985a11001118ad7d222e75c4f01e642184c37dec409a899a565b')
|
sha256sums=('42f082d2f54d1cb20e1d6d63c1d923255b711151c937041f64164180758ce0e4')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
class ApgGo < Formula
|
|
||||||
desc "\"Automated Password Generator\"-clone written in Go"
|
|
||||||
homepage "https://github.com/wneessen/apg-go/"
|
|
||||||
url "https://github.com/wneessen/apg-go/archive/refs/tags/v0.3.1.tar.gz"
|
|
||||||
sha256 "1a798bd729c2985a11001118ad7d222e75c4f01e642184c37dec409a899a565b"
|
|
||||||
license "MIT"
|
|
||||||
|
|
||||||
depends_on "go" => :build
|
|
||||||
|
|
||||||
def install
|
|
||||||
system "go", "build", *std_go_args
|
|
||||||
end
|
|
||||||
|
|
||||||
test do
|
|
||||||
system "go", "test", "github.com/wneessen/apg-go"
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -4,7 +4,7 @@ COMMENT = "automated password generator" clone written in Go
|
||||||
|
|
||||||
GH_ACCOUNT = wneessen
|
GH_ACCOUNT = wneessen
|
||||||
GH_PROJECT = apg-go
|
GH_PROJECT = apg-go
|
||||||
GH_TAGNAME = v0.3.1
|
GH_TAGNAME = v0.3.2
|
||||||
|
|
||||||
CATEGORIES = security
|
CATEGORIES = security
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (apg-go-0.3.1.tar.gz) = GnmL1ynCmFoRABEYrX0iLnXE8B5kIYTDfexAmomaVls=
|
SHA256 (apg-go-0.3.2.tar.gz) = QvCC0vVNHLIOHW1jwdkjJVtxEVHJNwQfZBZBgHWM4OQ=
|
||||||
SIZE (apg-go-0.3.1.tar.gz) = 16576
|
SIZE (apg-go-0.3.2.tar.gz) = 20114
|
Loading…
Reference in a new issue