Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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
359 B

import 'compile/configure'
name=rofi
version=1.2.0
update_url="https://github.com/DaveDavenport/$name/releases"
dlextract "https://github.com/DaveDavenport/$name/releases/download/$version/$name-$version.tar.xz" \
'0d02312dc3c4e74898a398de4daf4022'
header_end
cd "$name-$version"
compile_configure
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: