summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Dowling2018-04-07 23:40:21 +1000
committerRyan Dowling2018-04-07 23:40:21 +1000
commit85cd062580b01fe8619ac57913a8c71fd0ab33ad (patch)
tree5882627d49fb921740145ddd338eb6224583461b
parent7030f2d75ebb7910e24b6e1e4db5c5adecd992fa (diff)
downloadaur-85cd062580b01fe8619ac57913a8c71fd0ab33ad.tar.gz
chore: cleanup packages
-rw-r--r--.gitignore10
-rw-r--r--LICENSE21
-rw-r--r--README.md9
3 files changed, 0 insertions, 40 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 181b3460e424..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-*
-!PKGBUILD
-!.SRCINFO
-!*.patch
-!*.desktop
-!*.install
-!*.service
-!*.sh
-!*.conf
-!.gitignore
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index a79a2af0f48a..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2018 Ryan Dowling
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index 0016ff7ae5ed..000000000000
--- a/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# hyper-bin
-
-Arch package for hyper installed by the deb binary.
-
-## Why?
-
-The `hyper` package from AUR installs NPM, Yarn, NodeJS and Electron just to install, which is not
-ideal for me as I want to control my own versions of those softwares and not have one package
-pollute that.