summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel2021-04-21 16:06:01 +0200
committerDaniel2021-04-21 16:06:01 +0200
commit6338114202132cf86c621abbd931dc32c31a2426 (patch)
tree2edebfccb718e583f07ad9a5076a82fd134a9136
downloadaur-6338114202132cf86c621abbd931dc32c31a2426.tar.gz
1.0
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD50
-rw-r--r--cget-1.0.tar.gzbin0 -> 10240 bytes
3 files changed, 65 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5c527c8eebf6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = cget
+ pkgdesc = A Curl and Python Based simple download command
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://pypi.org/project/notificationcenter
+ arch = x86_64
+ license = GPL
+ makedepends = python
+ makedepends = python-setuptools
+ depends = python
+ source = cget-1.0.tar.gz
+ md5sums = 643a231681539c73f8b27f7020802e26
+
+pkgname = cget
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bf109e883326
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,50 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail@domain.com>
+pkgname=cget
+pkgver=1.0
+pkgrel=1
+epoch=
+pkgdesc="A Curl and Python Based simple download command"
+arch=(x86_64)
+url="https://pypi.org/project/notificationcenter"
+license=('GPL')
+groups=()
+depends=(python)
+makedepends=(python python-setuptools)
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("$pkgname-$pkgver.tar.gz")
+noextract=()
+md5sums=(643a231681539c73f8b27f7020802e26)
+validpgpkeys=()
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ echo "Nothing"
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ echo "Nothing"
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make install root=$pkgdir prefix=/usr
+}
diff --git a/cget-1.0.tar.gz b/cget-1.0.tar.gz
new file mode 100644
index 000000000000..4a0d1089eef5
--- /dev/null
+++ b/cget-1.0.tar.gz
Binary files differ