mid-kid
7 years ago
1 changed files with 6 additions and 5 deletions
@ -1,15 +1,16 @@ |
|||||
import 'compile/configure' |
import 'compile/configure' |
||||
|
|
||||
name=xclip |
name=xclip |
||||
version=0.12 |
version=0.13 |
||||
update_url="https://sourceforge.net/projects/$name/files/$name/" |
update_url="https://github.com/astrand/$name/releases" |
||||
update_names="/projects/$name/files/$name/$version/stats/timeline" |
update_names="/archive/$version.tar.gz" |
||||
|
|
||||
dlextract "https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz" \ |
dlextract "https://github.com/astrand/$name/archive/$version/$name-$version.tar.gz" \ |
||||
'f7e19d3e976fecdc1ea36cd39e39900d' |
'81e49f56288f299e3389a019f2550ad2' |
||||
header_end |
header_end |
||||
|
|
||||
cd "$name-$version" |
cd "$name-$version" |
||||
|
./bootstrap |
||||
compile_configure |
compile_configure |
||||
|
|
||||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
||||
|
Loading…
Reference in new issue