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