diff --git a/srcpkgs/Bear/template b/srcpkgs/Bear/template new file mode 100644 index 00000000000..5df1d45a499 --- /dev/null +++ b/srcpkgs/Bear/template @@ -0,0 +1,12 @@ +# Template file for 'Bear' +pkgname=Bear +version=2.2.1 +revision=1 +build_style=cmake +depends="python" +short_desc="A tool that generates a compilation database for clang tooling" +maintainer="Alain Kalker " +license="GPL-3" +homepage="https://github.com/rizsotto/${pkgname}" +distfiles="https://github.com/rizsotto/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=bfe711fae29f173f9d33a7d8c42434a2f40d0247fbb6ff618fdd91c878f76a7b diff --git a/srcpkgs/dex/template b/srcpkgs/dex/template new file mode 100644 index 00000000000..f4ece768f40 --- /dev/null +++ b/srcpkgs/dex/template @@ -0,0 +1,19 @@ +# Template file for 'dex' +pkgname=dex +version=0.7 +revision=1 +noarch=yes +build_style=gnu-makefile +make_install_args="MANPREFIX=/usr/share/man" +python_version=3 +depends="python3" +short_desc="Generate and execute DesktopEntry files of the Application type" +maintainer="Alain Kalker " +license="GPL-2" +homepage="https://github.com/jceb/dex" +distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=2b0c98832c4b894486807a9ac0417ca127425013e0f07da352621065cb36adc6 + +post_install() { + rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE +} diff --git a/srcpkgs/sound-icons/template b/srcpkgs/sound-icons/template new file mode 100644 index 00000000000..3822d405b5e --- /dev/null +++ b/srcpkgs/sound-icons/template @@ -0,0 +1,18 @@ +# Template file for 'sound-icons' +pkgname=sound-icons +version=0.1 +revision=1 +noarch=yes +short_desc="Sounds for speech enabled applications" +maintainer="Alain Kalker " +license="GPL-2" +homepage="http://www.freebsoft.org/pub/projects/sound-icons/" +distfiles="http://www.freebsoft.org/pub/projects/sound-icons/${pkgname}-${version}.tar.gz" +checksum=382dda1d14a07b3125a8b5084695aa9ba5cb0fff02e5aab69fd6c7e23cbcf4d7 + +do_install() { + vdoc README + rm COPYING README + vmkdir usr/share/sounds/sound-icons + vcopy "*" usr/share/sounds/sound-icons +}