From 067904ec0d3e1fefe521f581ca88be692805f3c7 Mon Sep 17 00:00:00 2001 From: Artur Sinila Date: Mon, 5 Oct 2020 18:17:06 +0300 Subject: [PATCH] New package: symlinks-1.4.3 --- srcpkgs/dwl/template | 22 ++++++++++++++++++++++ srcpkgs/symlinks/template | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 srcpkgs/dwl/template create mode 100644 srcpkgs/symlinks/template diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template new file mode 100644 index 00000000000..c5dc132f739 --- /dev/null +++ b/srcpkgs/dwl/template @@ -0,0 +1,22 @@ +# Template file for 'dwl' +pkgname=dwl +version= +revision=1 +#archs="i686 x86_64" +#wrksrc= +#create_wrksrc=yes +build_style=gnu-configure +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +hostmakedepends="" +makedepends="" +depends="" +short_desc="" +maintainer="Artur Sinila " +license="GPL-3.0-or-later" +homepage="" +distfiles="" +checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb diff --git a/srcpkgs/symlinks/template b/srcpkgs/symlinks/template new file mode 100644 index 00000000000..8d06f8514d9 --- /dev/null +++ b/srcpkgs/symlinks/template @@ -0,0 +1,17 @@ +# Template file for 'symlinks' +pkgname=symlinks +version=1.4.3 +revision=1 +build_style=gnu-makefile +short_desc="Symbolic link maintenance utility" +maintainer="Artur Sinila " +license="MIT" +homepage="https://github.com/brandt/symlinks" +distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz" +checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2 + +do_install() { + vbin symlinks + vman symlinks.8 + vlicense LICENSE +}