mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gui-apps/tiramisu: minimalistic notification daemon
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
1
gui-apps/tiramisu/Manifest
Normal file
1
gui-apps/tiramisu/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825 SHA512 7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d
|
||||
8
gui-apps/tiramisu/metadata.xml
Normal file
8
gui-apps/tiramisu/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Aisha Tammy</name>
|
||||
<email>gentoo@aisha.cc</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
25
gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
Normal file
25
gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ "${PV}" == 9999 ]]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
|
||||
else
|
||||
COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
|
||||
SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-${COMMIT}
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="minimalistic desktop notifications provider"
|
||||
HOMEPAGE="https://github.com/Sweets/tiramisu"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${ED}" PREFIX=/usr install
|
||||
}
|
||||
25
gui-apps/tiramisu/tiramisu-9999.ebuild
Normal file
25
gui-apps/tiramisu/tiramisu-9999.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ "${PV}" == 9999 ]]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
|
||||
else
|
||||
COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
|
||||
SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-${COMMIT}
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="minimalistic desktop notifications provider"
|
||||
HOMEPAGE="https://github.com/Sweets/tiramisu"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${ED}" PREFIX=/usr install
|
||||
}
|
||||
Reference in New Issue
Block a user