изменение на shfmt-git
This commit is contained in:
22
shfmt-git/lure.sh
Normal file
22
shfmt-git/lure.sh
Normal file
@ -0,0 +1,22 @@
|
||||
name='shfmt-git'
|
||||
version='1.0.0'
|
||||
release='1'
|
||||
desc='A shell formatter. Supports POSIX Shell, Bash, and mksh.'
|
||||
homepage='https://'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('all')
|
||||
license=('BSD-3-Clause license')
|
||||
provides=('shfmt')
|
||||
conflicts=('shtmt')
|
||||
|
||||
sources_amd64=("https://github.com/patrickvane/shfmt.git")
|
||||
checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
go build
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 ./shfmt/ "${pkgdir}/usr/bin/shfmt"
|
||||
}
|
Reference in New Issue
Block a user