mid-kid
8 years ago
4 changed files with 29 additions and 17 deletions
@ -1,13 +0,0 @@ |
|||
import 'vcs/git' |
|||
|
|||
name=create_ap |
|||
|
|||
vcs_git "https://github.com/oblique/$name" |
|||
header_end |
|||
|
|||
cd "$name" |
|||
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name" |
|||
install -Dm644 -t "$dir_install/$dir_sysconfdir" "$name.conf" |
|||
install -Dm644 -t "$dir_install/$dir_prefix/$dir_datadir/bash-completion/$name" bash_completion |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,16 @@ |
|||
name=create_ap |
|||
version=0.4.6 |
|||
update_url="https://github.com/oblique/$name/releases" |
|||
update_names="/archive/v$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/oblique/$name/archive/v$version.tar.gz" \ |
|||
'4eaa1200204542670458cc7e9411b651' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name" |
|||
install -Dm644 -t "$dir_install/$dir_sysconfdir" "$name.conf" |
|||
install -Dm644 -t "$dir_install/$dir_prefix/$dir_datadir/bash-completion/$name" bash_completion |
|||
install -Dm644 -t "$dir_install/$dir_prefix/$dir_docdir/$name" README.md |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue