Skip to content

dapperlinux/dapper-screenfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dapper-screenfetch

About

The Dapper Screenfetch package contains a nice unix script that prints decorative system information to the terminal.

Building

To build this package, first install an RPM development chain:

$ sudo dnf install fedora-packager fedora-review

Next, setup rpmbuild directories with

$ rpmdev-setuptree

And place the file dapper-screenfetch.spec in the SPECS directory, and rename the dapper-screenfetch directory to dapper-screenfetch-3.8.1 and compress it:

$ mv dapper-screenfetch.spec ~/rpmbuild/SPECS/
$ mv dapper-screenfetch dapper-screenfetch-3.8.1
$ tar -cJvf dapper-screenfetch-3.8.1.tar.xz dapper-screenfetch-3.8.1
$ mv dapper-screenfetch-3.8.1.tar.xz ~/rpmbuild/SOURCES/

and finally, you can build RPMs and SRPMs with:

$ cd ~/rpmbuild/SPECS
$ rpmbuild -ba dapper-screenfetch.spec

About

Customised screnfetch script for Dapper Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages