diff options
Diffstat (limited to 'sparkly-misc')
| -rw-r--r-- | sparkly-misc/wruff/wruff-1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sparkly-misc/wruff/wruff-1.ebuild b/sparkly-misc/wruff/wruff-1.ebuild new file mode 100644 index 0000000..9639db8 --- /dev/null +++ b/sparkly-misc/wruff/wruff-1.ebuild @@ -0,0 +1,12 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +DESCRIPTION="emits an animal sound that's literally all it does" +SLOT="0" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" + +pkg_postinst() { + elog "wruff!" +} |
