media-sound/opustags: bump ebuild
This commit is contained in:
parent
35e32d4c0a
commit
60f2efaaa3
|
@ -0,0 +1,2 @@
|
|||
DIST opustags-1.6.0.tar.gz 33014 BLAKE2B df56366e6a791d93024f7040e1860e8d08dd08262682af0256dc8847eb5a6e097a6e80e46b69db736f9c58ac6ec02ebc353b471a93e856b607599212f53a106b SHA512 aec5b28d533291ba3b85e4a42a4b5f95a8071214d8a4142cfcc8acd81495ef0abab21b0a52baf702b4d1525e60425b7925dd68ba23fa2d1644c06e6da87e0e0c
|
||||
EBUILD opustags-1.6.0.ebuild 401 BLAKE2B dd4244e03052cc11ff9af332b2ea7b5b18156e0cd964b7ae8d4e16856995df6a632242038fd03760111be9829adecfd4b283664f11564cfe8b102b7488c71bf0 SHA512 5fb3fd95915fcbcaf8e5704475396c1380ea2f72f05e14a0c38536686953a178425bebdea8a04315f4416ccc16249eb828d1a0a8575fea0755e5ad61bd3270d8
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Ogg Opus tags editor "
|
||||
HOMEPAGE="https://github.com/fmang/opustags"
|
||||
SRC_URI="https://github.com/fmang/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libogg"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
Loading…
Reference in New Issue