# htop for openEuler **Repository Path**: charlize/htop-openEuler ## Basic Information - **Project Name**: htop for openEuler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-28 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # htop RPM package for openEuler [htop](http://hisham.hm/htop/) is an interactive process viewer for Unix. # Build Package To build a RPM package, create packaging scaffold with `rpmdev-setuptree` if it doesn't exist. Then copy htop-2.2.0.tar.gz ([upstream URL](http://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz)) to ~/rpmbuild/SOURCES, htop.spec to ~/rpmbuild/SPECS, and run: ``` rpmlint htop.spec rpmbuild -bs htop.spec rpmbuild -bb htop.spec ``` To be verified on openEuler 20.03 (LTS).