dev-build/qtilitools: update SRC_URI

Signed-off-by: Thomas Clarke <TomClarke2006@hotmail.com>
This commit is contained in:
Thomas Clarke 2024-05-30 09:20:48 +01:00
parent 73a76c4b3a
commit e1f32ea635
No known key found for this signature in database
GPG Key ID: 87C2F8F13D52875A
3 changed files with 3 additions and 18 deletions

View File

@ -1 +1 @@
DIST 0.1.2.tar.gz 6964 BLAKE2B a67b90944ea9168702c71f846cd6c228f6f997d68ca18b367913ab67d67fb5ea10a588c5dbacb61dc3ff5827ebe9a4c8a8cc2e9910a1e65959f6147b67f29229 SHA512 fc4313ab29ce0da8cc62fe30626acfe2782ce05699be871c3e90c813631ca69db7245863fa7ae66a3b9d7ec4194cb15e532cdc45e83db51004172df8662ef2e2
DIST qtilitools-0.1.2.tar.gz 6964 BLAKE2B a67b90944ea9168702c71f846cd6c228f6f997d68ca18b367913ab67d67fb5ea10a588c5dbacb61dc3ff5827ebe9a4c8a8cc2e9910a1e65959f6147b67f29229 SHA512 fc4313ab29ce0da8cc62fe30626acfe2782ce05699be871c3e90c813631ca69db7245863fa7ae66a3b9d7ec4194cb15e532cdc45e83db51004172df8662ef2e2

View File

@ -2,12 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomclarke2006@gotmail.com</email>
<email>tomclarke2006@hotmail.com</email>
<name>Thomas Clarke</name>
</maintainer>
<longdescription>
Scripts/commands used in the Qtilities organization
</longdescription>
<upstream>
<remote-id type="github">qtilities/qtilitools</remote-id>
</upstream>

View File

@ -7,20 +7,8 @@ inherit cmake
DESCRIPTION="Scripts/commands used in the Qtilities organization "
HOMEPAGE="https://qtilities.github.io/"
SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz"
S="${WORKDIR}/${PN}-0.1.2"
SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
src_configure() {
local mycmakeargs=(
"-DCMAKE_INSTALL_PREFIX=/usr"
)
cmake_src_configure
}
src_install() {
cmake_src_install
}