diff options
author | Paul Healy <lmiphay@gmail.com> | 2016-06-16 19:24:01 +0100 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2016-06-16 19:24:01 +0100 |
commit | 5a9f5532dd5b9fec5fcf7b792b43353570a98ac0 (patch) | |
tree | c3a70ed29243d4f00f06b52e36146547cd8f195d /app-benchmarks | |
parent | complete pulseaudio optional support (diff) | |
download | lmiphay-5a9f5532dd5b9fec5fcf7b792b43353570a98ac0.tar.gz lmiphay-5a9f5532dd5b9fec5fcf7b792b43353570a98ac0.tar.bz2 lmiphay-5a9f5532dd5b9fec5fcf7b792b43353570a98ac0.zip |
add ebuild for lookbusy
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/lookbusy/Manifest | 2 | ||||
-rw-r--r-- | app-benchmarks/lookbusy/lookbusy-1.4.ebuild | 24 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-benchmarks/lookbusy/Manifest b/app-benchmarks/lookbusy/Manifest new file mode 100644 index 0000000..3d8f299 --- /dev/null +++ b/app-benchmarks/lookbusy/Manifest @@ -0,0 +1,2 @@ +DIST lookbusy-1.4.tar.gz 351519 SHA256 d20c04056c812a3909edc4b54a2ab35495d2cfec4524e7610792847df1fcca68 SHA512 8199e3f7c92b26f527b3992d665ca02988262b4e5a49fbd4d863d658986a278660fc87dd361045fa20f649c38f51f91eec4457a3f35aa23e844c61eb0fe22388 WHIRLPOOL 037aadf1c134116d4ba08d000dc4a4b8c20df6a24bb19e9d7d310b74be81bc42f9a7c03bdd80d9a364ced9b11bc23271e2e3092b132e350557348f651f84b13c +EBUILD lookbusy-1.4.ebuild 436 SHA256 e13de9e9c4915d57f6c38380fcd10a1d00e3bc83406fe7c7fd80edcc08392d1d SHA512 59508cd5af8f3b9eb9b11ad184be781fd45eb73459e74b3c4ecd3400563560644a129f1e346649d13428347a6f1f626f64794e37081973dc5ff8c0206daee5c3 WHIRLPOOL fe3c3c7c63353729b62a1a735ba41390a329d822f7f1116d126a0ae203242c63a55b8f742396aee407345932b4c2c021c645730900ced0c05e914a0d67996053 diff --git a/app-benchmarks/lookbusy/lookbusy-1.4.ebuild b/app-benchmarks/lookbusy/lookbusy-1.4.ebuild new file mode 100644 index 0000000..eba1dfe --- /dev/null +++ b/app-benchmarks/lookbusy/lookbusy-1.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +inherit autotools + +DESCRIPTION="A synthetic load generator" +HOMEPAGE="https://www.devin.com/lookbusy/" +SRC_URI="https://www.devin.com/lookbusy/download/${P}.tar.gz" +RESTRICT="mirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" +" +DEPEND="${RDEPEND} +" + +DOCS="AUTHORS BUGS ChangeLog README" |