You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
366 B
14 lines
366 B
import 'compile/configure'
|
|
|
|
name=rofi
|
|
version=1.3.0
|
|
update_url="https://github.com/DaveDavenport/$name/releases"
|
|
|
|
dlextract "https://github.com/DaveDavenport/$name/releases/download/$version/$name-$version.tar.xz" \
|
|
'36ad3cf3cb4c4ec4894ff9b5fbcf4ba6'
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
compile_configure
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|