Begin overlay

Signed-off-by: Albert S <mail@quitesimple.org>
此提交包含在:
2023-01-05 11:21:18 +01:00
當前提交 ae1cf77f82
共有 12 個檔案被更改,包括 140 行新增0 行删除

1
sys-fs/adhocify/Manifest 一般檔案
查看文件

@ -0,0 +1 @@
DIST adhocify-1.1.tar.gz 8170 BLAKE2B 7e3feb292e5f7637639652c531c04905e20e9fcd173f687a51bfc08b6116d000ba153fa70d92662d8530baa21ca01195fa19d910cf14babe8a5b57475a518387 SHA512 c3a3d22135da5d07403534823fae182cf6e8bd9a756dfe07aa68a4a4bb7868d0ff97e984508c63225052b7ef7b7cfe1fb782678eb2f0e35ef8f55d74c5f2a88c

查看文件

@ -0,0 +1,21 @@
# Copyright 2023 Albert Schwarzkopf <gentoo-overlay at quitesimple dot org>
EAPI=7
DESCRIPTION="Executes commands upon file system events (using inotify)"
HOMEPAGE="https://github.com/quitesimpleorg/adhocify"
LICENSE="ISC"
SRC_URI="https://github.com/quitesimpleorg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64"
src_compile()
{
emake release
}
src_install()
{
dobin adhocify
}

查看文件

@ -0,0 +1,18 @@
# Copyright 2023 Albert Schwarzkopf <gentoo-overlay at quitesimple dot org>
EAPI=7
DESCRIPTION="Executes commands upon file system events (using inotify)"
LICENSE="ISC"
HOMEPAGE="https://quitesimple.org/"
inherit git-r3
EGIT_REPO_URI="https://github.com/quitesimpleorg/${PN}.git"
SLOT="0"
src_compile()
{
emake release
}
src_install()
{
dobin adhocify
}

查看文件

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo-overlay@quitesimple.org</email>
<name>Albert Schwarzkopf</name>
</maintainer>
<upstream>
<remote-id type="github">quitesimpleorg/adhocify</remote-id>
</upstream>
</pkgmetadata>