From 5f672acc55ffe9d72c39d76f4bc1ae8ec6539067 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 16 Nov 2021 15:56:06 +0300 Subject: Tracking adopted packages - dvc - flowy - ouch{-bin, -git,} --- dvc/.SRCINFO | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ dvc/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ flowy/.SRCINFO | 13 +++++++++++++ flowy/PKGBUILD | 30 ++++++++++++++++++++++++++++++ ouch-bin/.SRCINFO | 16 ++++++++++++++++ ouch-bin/PKGBUILD | 21 +++++++++++++++++++++ ouch-git/.SRCINFO | 16 ++++++++++++++++ ouch-git/PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ ouch/.SRCINFO | 14 ++++++++++++++ ouch/PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 295 insertions(+) create mode 100644 dvc/.SRCINFO create mode 100644 dvc/PKGBUILD create mode 100644 flowy/.SRCINFO create mode 100644 flowy/PKGBUILD create mode 100644 ouch-bin/.SRCINFO create mode 100644 ouch-bin/PKGBUILD create mode 100644 ouch-git/.SRCINFO create mode 100644 ouch-git/PKGBUILD create mode 100644 ouch/.SRCINFO create mode 100644 ouch/PKGBUILD diff --git a/dvc/.SRCINFO b/dvc/.SRCINFO new file mode 100644 index 0000000..955e60f --- /dev/null +++ b/dvc/.SRCINFO @@ -0,0 +1,49 @@ +pkgbase = dvc + pkgdesc = Open-source version control system for data science projects + pkgver = 2.8.3 + pkgrel = 1 + url = https://github.com/iterative/dvc + arch = any + license = Apache + makedepends = git + depends = python + depends = python-appdirs + depends = python-colorama + depends = python-configobj + depends = python-distro + depends = python-flufl-lock + depends = python-funcy + depends = python-gitdb + depends = python-gitpython + depends = python-humanize + depends = python-inflect + depends = python-packaging + depends = python-pathspec + depends = python-ply + depends = python-pyasn1 + depends = python-yaml + depends = python-requests + depends = python-ruamel-yaml + depends = python-setuptools + depends = python-shortuuid + depends = python-tqdm + depends = python-treelib + depends = python-voluptuous + depends = python-zc.lockfile + depends = python-nanotime + depends = python-grandalf + depends = python-ntfs + depends = python-shtab + depends = python-pygtrie + optdepends = python-google-cloud-storage: support for Google Cloud + optdepends = python-google-api-python-client: support for GDrive + optdepends = python-pydrive: support for GDrive + optdepends = python-boto3: support for AWS S3 remote + optdepends = python-paramiko: support for SSH remote + optdepends = python-azure-storage: support for Azure remote + optdepends = python-oss2: support for Aliyun Object Storage Service (OSS) + optdepends = python-pyarrow: support for HDFS remote + source = git+https://github.com/iterative/dvc/#commit=4175f9ffa4948157436283bef11153a7233e90ca + sha256sums = SKIP + +pkgname = dvc diff --git a/dvc/PKGBUILD b/dvc/PKGBUILD new file mode 100644 index 0000000..baa792d --- /dev/null +++ b/dvc/PKGBUILD @@ -0,0 +1,40 @@ +# Maintainer: Stefan Husmann +# Contributor: Lex Black +# Contributor: Mr. Outis + +pkgname=dvc +pkgver=2.8.3 +pkgrel=1 +pkgdesc="Open-source version control system for data science projects" +arch=('any') +license=('Apache') +url="https://github.com/iterative/${pkgname}" +depends=('python' 'python-appdirs' 'python-colorama' 'python-configobj' + 'python-distro' 'python-flufl-lock' 'python-funcy' 'python-gitdb' + 'python-gitpython' 'python-humanize' 'python-inflect' + 'python-packaging' 'python-pathspec' 'python-ply' 'python-pyasn1' + 'python-yaml' 'python-requests' 'python-ruamel-yaml' + 'python-setuptools' 'python-shortuuid' 'python-tqdm' + 'python-treelib' 'python-voluptuous' 'python-zc.lockfile' + 'python-nanotime' 'python-grandalf' 'python-ntfs' 'python-shtab' + 'python-pygtrie' +) +optdepends=('python-google-cloud-storage: support for Google Cloud' + 'python-google-api-python-client: support for GDrive' + 'python-pydrive: support for GDrive' + 'python-boto3: support for AWS S3 remote' + 'python-paramiko: support for SSH remote' + 'python-azure-storage: support for Azure remote' + 'python-oss2: support for Aliyun Object Storage Service (OSS)' + 'python-pyarrow: support for HDFS remote' + ) +makedepends=('git') + +source=("git+${url}/#commit=4175f9ffa4948157436283bef11153a7233e90ca") +sha256sums=('SKIP') + +package() { + cd ${pkgname} + python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 +} + diff --git a/flowy/.SRCINFO b/flowy/.SRCINFO new file mode 100644 index 0000000..a6a3064 --- /dev/null +++ b/flowy/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = flowy + pkgdesc = A lean, privacy-preserving dynamic wallpaper changer written in Rust + pkgver = 0.4.0 + pkgrel = 1 + url = https://github.com/vineetred/flowy + arch = x86_64 + license = GPL + makedepends = cargo + conflicts = flowy-git + source = flowy-0.4.0.tar.gz::https://github.com/vineetred/flowy/archive/0.4.0.tar.gz + sha256sums = a0c4b98140df25f4c0a6d129dd9f5394c930c304c93527b5a7c664d649b9d677 + +pkgname = flowy diff --git a/flowy/PKGBUILD b/flowy/PKGBUILD new file mode 100644 index 0000000..de48302 --- /dev/null +++ b/flowy/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Yigit Sever + +pkgname=flowy +pkgver=0.4.0 +pkgrel=1 +pkgdesc="A lean, privacy-preserving dynamic wallpaper changer written in Rust" +arch=('x86_64') +url="https://github.com/vineetred/flowy" +license=('GPL') +makedepends=('cargo') +conflicts=("${pkgname}-git") +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=('a0c4b98140df25f4c0a6d129dd9f5394c930c304c93527b5a7c664d649b9d677') + +prepare() { + cd "$pkgname-$pkgver" + cargo fetch --locked --target "$CARCH-unknown-linux-gnu" +} + +build() { + cd "$pkgname-$pkgver" + export RUSTUP_TOOLCHAIN=stable + export CARGO_TARGET_DIR=target + cargo build --frozen --release --all-features +} + +package() { + cd "$pkgname-$pkgver" + install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname" +} diff --git a/ouch-bin/.SRCINFO b/ouch-bin/.SRCINFO new file mode 100644 index 0000000..6247c1d --- /dev/null +++ b/ouch-bin/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = ouch-bin + pkgdesc = Painless compression and decompression in the terminal (binary release) + pkgver = 0.3.1 + pkgrel = 1 + url = https://github.com/ouch-org/ouch + arch = x86_64 + license = MIT + provides = ouch + conflicts = ouch + conflicts = ouch-git + source = ouch::https://github.com/ouch-org/ouch/releases/download/0.3.1/ouch-x86_64-linux-musl + source = LICENSE::https://raw.githubusercontent.com/ouch-org/ouch/master/LICENSE + sha256sums = 48843b18aee48273e60456267c408163d51df046ad79a6cdd99c75c45cb79afe + sha256sums = f082ccc8a66b3fdbeb6d53d5fe084934fc6f480a9d1d9243d2c5d9e45ec76938 + +pkgname = ouch-bin diff --git a/ouch-bin/PKGBUILD b/ouch-bin/PKGBUILD new file mode 100644 index 0000000..9bc3dfd --- /dev/null +++ b/ouch-bin/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Yigit Sever + +pkgname=ouch-bin +_pkgname=${pkgname%-bin} +pkgver=0.3.1 +pkgrel=1 +pkgdesc="Painless compression and decompression in the terminal (binary release)" +arch=('x86_64') +url="https://github.com/ouch-org/ouch" +license=('MIT') +provides=(${_pkgname}) +conflicts=(${_pkgname} ${_pkgname}-git) +source=("${_pkgname}::${url}/releases/download/${pkgver}/ouch-x86_64-linux-musl" + "LICENSE::https://raw.githubusercontent.com/ouch-org/ouch/master/LICENSE") +sha256sums=('48843b18aee48273e60456267c408163d51df046ad79a6cdd99c75c45cb79afe' + 'f082ccc8a66b3fdbeb6d53d5fe084934fc6f480a9d1d9243d2c5d9e45ec76938') + +package() { + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE" + install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin" +} diff --git a/ouch-git/.SRCINFO b/ouch-git/.SRCINFO new file mode 100644 index 0000000..8f5b5e1 --- /dev/null +++ b/ouch-git/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = ouch-git + pkgdesc = Painless compression and decompression in the terminal (git version) + pkgver = r397.abf1d4e + pkgrel = 1 + url = https://github.com/ouch-org/ouch/ + arch = x86_64 + license = MIT + makedepends = git + makedepends = cargo + provides = ouch + conflicts = ouch + conflicts = ouch-bin + source = ouch::git+https://github.com/ouch-org/ouch/ + sha256sums = SKIP + +pkgname = ouch-git diff --git a/ouch-git/PKGBUILD b/ouch-git/PKGBUILD new file mode 100644 index 0000000..8e036ce --- /dev/null +++ b/ouch-git/PKGBUILD @@ -0,0 +1,51 @@ +# Maintainer: Yigit Sever + +pkgname=ouch-git +_pkgname=${pkgname%-git} +pkgver=r397.abf1d4e +pkgrel=1 +pkgdesc="Painless compression and decompression in the terminal (git version)" +arch=('x86_64') +url="https://github.com/ouch-org/ouch/" +license=('MIT') +makedepends=('git' 'cargo') +provides=(${_pkgname}) +conflicts=(${_pkgname} ${_pkgname}-bin) +source=("${_pkgname}::git+${url}") +sha256sums=('SKIP') + +pkgver() { + cd "$srcdir/${_pkgname}" + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +prepare() { + cd "$srcdir/${_pkgname}" + cargo fetch --locked --target "$CARCH-unknown-linux-gnu" +} + +build() { + cd "$srcdir/${_pkgname}" + export RUSTUP_TOOLCHAIN=stable + export CARGO_TARGET_DIR=target + GEN_COMPLETIONS=1 cargo build --frozen --release --all-features +} + +check() { + cd "$srcdir/${_pkgname}" + export RUSTUP_TOOLCHAIN=stable + cargo test --frozen --all-features +} + +package() { + cd "$srcdir/${_pkgname}" + install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/${_pkgname}" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE" + + cd target/release/build/ouch-*/out/completions + sed -i "s/':output -- The resulting file. It's extensions can be used to specify the compression formats:_files'/\":output -- The resulting file. It's extensions can be used to specify the compression formats:_files\"/" _ouch + + install -Dm0644 ${_pkgname}.bash "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}" + install -Dm0644 ${_pkgname}.fish "${pkgdir}/usr/share/fish/vendor_completions.d/${_pkgname}.fish" + install -Dm0644 _${_pkgname} "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}" +} diff --git a/ouch/.SRCINFO b/ouch/.SRCINFO new file mode 100644 index 0000000..37e0570 --- /dev/null +++ b/ouch/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = ouch + pkgdesc = Painless compression and decompression in the terminal + pkgver = 0.3.1 + pkgrel = 3 + url = https://github.com/ouch-org/ouch + arch = x86_64 + license = MIT + makedepends = cargo + conflicts = ouch-git + conflicts = ouch-bin + source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz + sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d + +pkgname = ouch diff --git a/ouch/PKGBUILD b/ouch/PKGBUILD new file mode 100644 index 0000000..5d3f5fa --- /dev/null +++ b/ouch/PKGBUILD @@ -0,0 +1,45 @@ +# Maintainer: Yigit Sever + +pkgname=ouch +pkgver=0.3.1 +pkgrel=3 +pkgdesc="Painless compression and decompression in the terminal" +arch=('x86_64') +url="https://github.com/ouch-org/ouch" +license=('MIT') +makedepends=('cargo') +conflicts=(${pkgname}-git ${pkgname}-bin) +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=('269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + cargo fetch --locked --target "$CARCH-unknown-linux-gnu" +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + export RUSTUP_TOOLCHAIN=stable + export CARGO_TARGET_DIR=target + GEN_COMPLETIONS=1 cargo build --frozen --release --all-features +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + export RUSTUP_TOOLCHAIN=stable + cargo test --frozen --all-features +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + + cd target/release/build/ouch-*/out/completions + sed -i "s/':output -- The resulting file. It's extensions can be used to specify the compression formats:_files'/\":output -- The resulting file. It's extensions can be used to specify the compression formats:_files\"/" _ouch + + install -Dm0644 ${pkgname}.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}" + install -Dm0644 ${pkgname}.fish "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish" + install -Dm0644 _${pkgname} "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}" +} -- cgit v1.2.3-70-g09d2