Added yadm-1.12.0-r1
This commit is contained in:
parent
b3ffa41b9b
commit
c80be8406a
1 changed files with 8 additions and 5 deletions
|
@ -7,20 +7,23 @@
|
|||
|
||||
pkgname=yadm
|
||||
pkgver=1.12.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Yet Another Dotfiles Manager"
|
||||
arch='noarch'
|
||||
url="https://github.com/TheLocehiliosan/yadm"
|
||||
license='GPL3'
|
||||
depends='gnupg py-envtpl'
|
||||
provides='yadm'
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/TheLocehiliosan/${pkgname}/archive/${pkgver}.tar.gz"
|
||||
sha256sums='c3d612d01e2027d5f457e0f7d120bc67251b716c373d99fe70638bd86edf107f yadm-1.12.0.tar.gz'
|
||||
builddir="$srcdir/$pkgname-${pkgver}"
|
||||
subpackages="$pkgname-doc"
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
package(){
|
||||
cd "${builddir}"
|
||||
install -D -m 755 yadm $pkgdir/usr/bin/yadm
|
||||
install -D -m 644 yadm.1 $pkgdir/usr/share/man/man1/yadm.1
|
||||
install -D -m 644 completion/yadm.bash_completion "${pkgdir}/usr/share/bash-completion/completions/yadm"
|
||||
install -D -m 644 completion/yadm.zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_yadm"
|
||||
}
|
||||
sha512sums="402a67770154ce3ae7ab947ff4d4e26ca5040d343110fb749195ca5c3f4ee435aba1d8cdf02d4ecf4a81d3f331c1b891bed4fb3fcfcc893867e0fce45b9c8cd8 yadm-1.12.0.tar.gz"
|
||||
|
||||
|
|
Loading…
Reference in a new issue