summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2015-07-05 17:55:45 -0600
committernot_anonymous2015-07-05 17:55:45 -0600
commit89c06f79ff9a0ad1280448381b64ba03d90ca1b9 (patch)
tree940f34488c5b46ce0b55a5bd66fd74941955f002
downloadaur-89c06f79ff9a0ad1280448381b64ba03d90ca1b9.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f98fae1b1a07
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = bigcty
+ pkgdesc = The package represents databases of entities (countries), prefixes and callsigns that are used by amateur radio logging software - EVERYDAY LOGGING VERSION.
+ pkgver = 20141127
+ pkgrel = 1
+ url = http://www.country-files.com/bigcty
+ arch = any
+ license = GPL
+ provides = cty
+ conflicts = cty
+ source = http://www.country-files.com/bigcty/download/bigcty-20141127.zip
+ md5sums = 298fcaf4f0f8a5feeb92ca718bff1ad8
+ sha256sums = e3b3ca4841a52610525845cdc3693a8b866242b9ccd16c903ae6bea639a10d0d
+
+pkgname = bigcty
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7611a60657ec
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: not_anonymous <nmlibertarian@gmail.com>
+
+pkgname=bigcty
+pkgver=20141127
+pkgrel=1
+pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
+ that are used by amateur radio logging software - EVERYDAY LOGGING VERSION."
+arch=('any')
+conflicts=('cty')
+provides=('cty')
+url="http://www.country-files.com/bigcty"
+license=('GPL')
+source=(${url}/download/${pkgname}-$pkgver.zip)
+
+package() {
+ mkdir -p $pkgdir/usr/share/cty
+
+ cd $srcdir
+
+ cp -R *.{csv,dat} $pkgdir/usr/share/cty
+}
+md5sums=('298fcaf4f0f8a5feeb92ca718bff1ad8')
+sha256sums=('e3b3ca4841a52610525845cdc3693a8b866242b9ccd16c903ae6bea639a10d0d')