diff --git a/srcpkgs/papirus-folders/template b/srcpkgs/papirus-folders/template new file mode 100644 index 00000000000..d72435ec100 --- /dev/null +++ b/srcpkgs/papirus-folders/template @@ -0,0 +1,17 @@ +# Template file for 'papirus-folders' +pkgname=papirus-folders +version=1.4.0 +revision=1 +archs=noarch +build_style=gnu-makefile +depends="papirus-icon-theme" +short_desc="Allows to change the color of folder" +maintainer="Benjamín Albiñana " +license="MIT" +homepage="https://github.com/PapirusDevelopmentTeam/papirus-folders" +distfiles="https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v${version}.tar.gz" +checksum=af4f8d21ca10d2116452d221eddb4c43acd4428e65cb1c421bc8950cc4927108 + +post_install() { + vlicense LICENSE +}