yadm: fix template
- noarch=yes - depends on bash - remove unneeded build_style=fetch
This commit is contained in:
parent
3cdd4c0d0c
commit
518fe67ec9
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'yadm'
|
||||
pkgname=yadm
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style="fetch"
|
||||
depends="git gnupg"
|
||||
revision=2
|
||||
noarch=yes
|
||||
depends="bash git gnupg"
|
||||
short_desc="Yet Another Dotfiles Manager"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3"
|
||||
|
@ -12,7 +12,7 @@ distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.
|
|||
checksum=3f77b51197fe14d24f670dbc3e5edc4ae329fdd91c03db297ab929e7bc1168bb
|
||||
|
||||
do_install() {
|
||||
tar xf ${version}.tar.gz
|
||||
vbin ${pkgname}-${version}/${pkgname}
|
||||
vman ${pkgname}-${version}/${pkgname}.1
|
||||
vbin ${pkgname}
|
||||
vman ${pkgname}.1
|
||||
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue