From 1ddfde59ba25ff0669f997999c34e699c8aeb5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 23 Jul 2020 18:57:19 +0700 Subject: [PATCH] bashlibs: drop package - Collection of random bash boilerplate - Nothings depends on bashlibs (beside cookie) - Its maintainer has gone away - Other distro doesn't ship it - Someone asked me why we ship cookie but their-favourite-bash-script --- srcpkgs/bashlibs/template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/bashlibs/template diff --git a/srcpkgs/bashlibs/template b/srcpkgs/bashlibs/template deleted file mode 100644 index 7057e93bdf0..00000000000 --- a/srcpkgs/bashlibs/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'bashlibs' -pkgname=bashlibs -version=0.1.0 -revision=1 -archs=noarch -build_style=gnu-makefile -depends="bash" -short_desc="Global utility for shell scripts" -maintainer="Nathan Owens " -license="MIT" -homepage="https://github.com/bbugyi200/bashlibs" -distfiles="https://github.com/bbugyi200/bashlibs/archive/v${version}.tar.gz" -checksum=5a35f56c48f1c0345a74c08f121f760f77e3e938e5c9822a427115b2944bcf06 - -post_install() { - vlicense LICENSE -}