Add manifest for notify-py and live ebuild for swayfocus
parent
4303ccf4de
commit
2ec102412c
|
@ -1,2 +1,3 @@
|
|||
DIST notify-py-0.3.0-src.tar.gz 12129425 BLAKE2B f8f8db616a06688c65815e94a80a81e04d9d9f8ad03bedc2abd310a82e27867d865f32ec49c3eff7f313ccf7c0036d025bbcf90252449a133039270628be6429 SHA512 5d441d20a30316430592c644ce546db4ace77331f64381e2b03ec603dc0fc6542e0b2db823cf9941041bcc4df24673e3f9fab4fc965849224793e90845439b33
|
||||
EBUILD notify-py-0.3.0.ebuild 522 BLAKE2B 4bc744b7955c049cd089897d413938d0d634d3489a6b60cbc9fa227247ebafa1cca096a12bf549178af2da8cb432aade5ae0b72e0433507bbf62c4ac4b26de0d SHA512 7f8e393d3cf909ed2ffade7e524e2fa6e4cd88a6cda75da8235a978864d2b599c484ef1cbd2b704631f271ade5ff528a13b3101a44257db0a540f3b7678555d5
|
||||
MISC metadata.xml 326 BLAKE2B b429ead1d3d0cd0aa5d6b6df7764db4a58bf95bcc490bdd685b2c098cfdc05a6c4274db8e9bf5ce3bfb93c50a2fc6eb1fb73197113e68755894f7aca7843dd70 SHA512 2405af5e109cf95e0fd204e2ba91786383db61cdf6b0fedb18baed8786af24a0aadd5d1140b1527ff5aa0c646ff555cae486d9cd997c9c273ad01e2903a09db5
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email> knotteye@airmail.cc </email>
|
||||
<name> KnottEye </name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ms7m/notify-py</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -0,0 +1 @@
|
|||
EBUILD swayfocus-9999.ebuild 515 BLAKE2B 703afb3a3428a4d24fde158880a74e2d43a934257336ce4e070136165fc2111d4ec63baa88bf9005ff97408e2df1f02f157a138c988e257f0fdc32c9fac605b6 SHA512 3a4ff37c8ffda1b3d6193f9e40dfffc29ba1811571d9f40a143bdd9678ca3f46dbdf9ad4ecf87a41acaa224d6854fc43d06a325c7c2254276351820d6e8b5526
|
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="A window switching tool for swar"
|
||||
|
||||
HOMEPAGE="https://git.waldn.net/git/knotteye/swayfocus"
|
||||
|
||||
EGIT_REPO_URI="https://git.waldn.net/git/knotteye/swayfocus.git"
|
||||
EGIT_SUBMODULES=()
|
||||
|
||||
LICENSE="WTFPL"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/boehm-gc
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
dev-libs/boehm-gc
|
||||
dev-lang/crystal
|
||||
"
|
||||
src_install() {
|
||||
dobin swayfocus || die "installed failed"
|
||||
}
|
Loading…
Reference in New Issue