generated from archlinux/template
350
This commit is contained in:
parent
7399e32e04
commit
6873fcb345
7
.SRCINFO
7
.SRCINFO
@ -1,11 +1,12 @@
|
|||||||
pkgbase = yay
|
pkgbase = yay
|
||||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||||
pkgver = 2.303
|
pkgver = 2.350
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
|
arch = armv6h
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = git
|
makedepends = git
|
||||||
@ -15,8 +16,8 @@ pkgbase = yay
|
|||||||
conflicts = yay-git
|
conflicts = yay-git
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://github.com/Jguer/yay/archive/v2.303.tar.gz
|
source = https://github.com/Jguer/yay/archive/v2.350.tar.gz
|
||||||
sha1sums = e1175e534b9876ce9c422dfad6b19d0c7fa31acb
|
sha1sums = 06d110e83e183e8b4cc2aacef6a848ec1a8440d4
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
||||||
|
9
PKGBUILD
9
PKGBUILD
@ -1,9 +1,9 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=2.303
|
pkgver=2.350
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
|
||||||
url="https://github.com/Jguer/yay"
|
url="https://github.com/Jguer/yay"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
options=('!strip' '!emptydirs')
|
options=('!strip' '!emptydirs')
|
||||||
@ -16,7 +16,7 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
conflicts=('yay-bin' 'yay-git')
|
conflicts=('yay-bin' 'yay-git')
|
||||||
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||||
sha1sums=('e1175e534b9876ce9c422dfad6b19d0c7fa31acb')
|
sha1sums=('06d110e83e183e8b4cc2aacef6a848ec1a8440d4')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
export GOPATH="${srcdir}/.go"
|
export GOPATH="${srcdir}/.go"
|
||||||
@ -37,9 +37,6 @@ package() {
|
|||||||
_output="${srcdir}/$pkgname-$pkgver"
|
_output="${srcdir}/$pkgname-$pkgver"
|
||||||
install -Dm755 "${_output}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
install -Dm755 "${_output}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
||||||
|
|
||||||
# Install GLP v3
|
|
||||||
# install -Dm644 "${_output}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname/-bin/}/LICENSE"
|
|
||||||
|
|
||||||
# Install manpage
|
# Install manpage
|
||||||
install -Dm644 "${_output}/yay.8" "${pkgdir}/usr/share/man/man8/yay.8"
|
install -Dm644 "${_output}/yay.8" "${pkgdir}/usr/share/man/man8/yay.8"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user