Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
archlinux-packages
xrel-terminal-client
Commits
211500c0
Unverified
Commit
211500c0
authored
Feb 14, 2022
by
Justin Kromlinger
Browse files
Build without lto
parent
e474556d
Pipeline
#654
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.SRCINFO
View file @
211500c0
pkgbase = xrel-terminal-client
pkgdesc = A terminal client to access the xREL.to API
pkgver = 2.1.2
pkgrel =
2
pkgrel =
3
url = https://github.com/hashworks/xREL-Terminal-Client
changelog = CHANGELOG
arch = x86_64
license = GPL3
makedepends = go
options = !lto
source = xrel-terminal-client-2.1.2.tar.gz::https://github.com/hashworks/xREL-Terminal-Client/archive/v2.1.2.tar.gz
sha256sums = 5fc87553a139ea25fc2c616045d0c99ce884bc62eaed53091a30bbcef3a3661f
pkgname = xrel-terminal-client
PKGBUILD
View file @
211500c0
# Maintainer: hashworks <mail@hashworks.net>
pkgname
=
xrel-terminal-client
pkgver
=
2.1.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"A terminal client to access the xREL.to API"
arch
=(
"x86_64"
)
url
=
"https://github.com/hashworks/xREL-Terminal-Client"
license
=(
"GPL3"
)
changelog
=
CHANGELOG
makedepends
=(
'go'
)
options
=(
'!lto'
)
source
=(
"
${
pkgname
}
-
${
pkgver
}
.tar.gz::
${
url
}
/archive/v
${
pkgver
}
.tar.gz"
)
sha256sums
=(
"5fc87553a139ea25fc2c616045d0c99ce884bc62eaed53091a30bbcef3a3661f"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment