util 003
This commit is contained in:
parent
d33127f32b
commit
e8fec43320
2 changed files with 6 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST 0.0.2.tar.gz 2090 BLAKE2B d4924da34e9c1167b282e7bfc24bd048d2b7423ddadfe0bc61c6bf2be0e2f55ffed304563b082bd83de7370de4e64f420b045104c934324fc8a12b3ad8f81a10 SHA512 7fe10fa634877a161c92245ecf47075e3289266163e1b63785298b4da37974f81573aac858bac7a92a886e84edd7b84f32f2d5246218af4183d9b7c6bf9644f7
|
||||
EBUILD lithium-util-0.0.2.ebuild 523 BLAKE2B e40911b11b94cb7c77c23a4d4fca1ab7a29da48066c1e22dac2fc47b99166dbc4c4d47a563f71f3455f9a50b1a70e109414d4580b721333307245d95517addb1 SHA512 2f1b9b7f0eb7feb9f7e117f3fc8d0baaf8b30021f74cf5b95f492d75bb805aab3c81b68894b44cc874ad5b056b4daea9a91acc7abb9c8ce0a36ff0637e9c8b81
|
||||
DIST 0.0.3.tar.gz 1948 BLAKE2B 678591ba1a383413f953a56ab9116d5efc9a3896881ea38bddabc4af79f296c216513b6b8e423026988dc0a259733c3c7c0c9699668e5ef4f309ffe177d6111a SHA512 6e8fef834ad13089da1598833ad0ff986e858db157fc9c08bbc4d175421396d6ef97290c016d828cbf664709ee6cdf4cb4ec893923290fa8787a92f6cf118fc7
|
||||
EBUILD lithium-util-0.0.3.ebuild 524 BLAKE2B e99063719450b0c2c9de5eecb4938901da63f10896fdae77715f8cdc95d3f8b3cd43fd06517b82c6c3281383dc2f2aa87596fa8492fa98efbaace4ff8fa08b2a SHA512 9c364b74d1940248b873245066e8027dc381f47ce4aa2a9bbbacfefe5dd270217a718af6d37f069bc41a96f330dc0ff31ab01645e54ff08a301d5f050a55a3c6
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ EAPI=8
|
|||
|
||||
DESCRIPTION="Assortment of utility scripts for lithium host"
|
||||
HOMEPAGE="https://stvnliu.me/git/steven/util-scripts"
|
||||
SRC_URI="https://stvnliu.me/git/steven/util-scripts/archive/0.0.2.tar.gz"
|
||||
SRC_URI="https://stvnliu.me/git/steven/util-scripts/archive/0.0.3.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
@ -23,10 +23,7 @@ DEPEND="
|
|||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
src_install() {
|
||||
dobin ./scripts/*
|
||||
dodoc README.md
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue