summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Staten2018-11-21 20:53:48 -0700
committerJason Staten2018-11-21 20:53:48 -0700
commit91d7964dcd7635375b0f9424096686e994560c5a (patch)
tree22556a1670f1e94525f49d525a627282ff5b7dad
parent869cc4dd935b12434857ba5a8757e1f0227ddcbc (diff)
downloadaur-91d7964dcd7635375b0f9424096686e994560c5a.tar.gz
remove unused files
-rw-r--r--Makefile13
-rw-r--r--readme.md18
2 files changed, 0 insertions, 31 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 9e0756c3ef01..000000000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-VERSION := $(shell grep "pkgver=" PKGBUILD | cut -d"=" -f2)
-RELEASE := $(shell grep "pkgrel=" PKGBUILD | cut -d"=" -f2)
-
-default:
-
-update:
- updpkgsums
- makepkg --printsrcinfo > .SRCINFO
- git add PKGBUILD .SRCINFO
- git commit -m "release $(VERSION)-$(RELEASE)"
- git tag "$(VERSION)-$(RELEASE)"
-
-.PHONY: default
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 81e7e7305d26..000000000000
--- a/readme.md
+++ /dev/null
@@ -1,18 +0,0 @@
-#cloud66-toolbelt
-
-AUR PKGBUILD for `cloud66-toolbelt`
-
-The Cloud 66 toolbelt makes it possible to interact with Cloud 66 from the
-comfort of your command line.
-
-Documentation available at https://help.cloud66.com/toolbelt/toolbelt-introduction
-
-##Installation
-
-Use your favorite AUR package manager to install `cloud66-toolbelt`
-
-Or
-
-```
-makepkg -si
-```