diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..f937a06 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: [ master ] + pull_request: + branches: [ master ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..09c9d5a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "void-packages"] + path = void-packages + url = https://github.com/void-linux/void-packages.git diff --git a/README.md b/README.md index 29985ad..6b7536a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +VUR +# Void User Repository +Renamed from nvoid -# nvoid nvoid is a custom xbps-src repo which includes packages which can not be accepted into [void-packages](https://github.com/void-linux/void-packages/) or just experimental and WIP. ## supported architectures @@ -11,14 +13,14 @@ fetch void-packages tree first ``` git clone --depth 1 https://github.com/void-linux/void-packages ``` -fetch nvoid as well +fetch VUR as well ``` -git clone --depth 1 https://github.com/not-void/nvoid +git clone --depth 1 https://github.com/oSoWoSo/VUR ``` merge them ``` -cp -r nvoid/srcpkgs/* void-packages/srcpkgs -cat nvoid/custom-shlibs >> void-packages/etc/shlibs +cp -r VUR/srcpkgs/* void-packages/srcpkgs +cat VUR/custom-shlibs >> void-packages/etc/shlibs ``` install `xtools` and `base-devel` ``` diff --git a/srcpkgs/openjdk16-bin/template b/srcpkgs/openjdk16-bin/template new file mode 100644 index 0000000..d91792a --- /dev/null +++ b/srcpkgs/openjdk16-bin/template @@ -0,0 +1,74 @@ +# Template file for 'openjdk16-bin' + +pkgname=openjdk16-bin +version=16+36 +revision=1 +archs="x86_64" +wrksrc=jdk-16 +short_desc="Official Reference Implementation for Java SE 16" +maintainer="Mad Flasher < jayeshseth45@gmail.com >" +license="GPL-2.0-or-later" +homepage="https://jdk.java.net/java-se-ri/16" +distfiles="https://download.java.net/openjdk/jdk16/ri/openjdk-${version}_linux-x64_bin.tar.gz" +checksum=e952958f16797ad7dc7cd8b724edd69ec7e0e0434537d80d6b5165193e33b931 +nopie=true + +alternatives=" + java:/usr/bin/java:/usr/lib/jvm/openjdk16-bin/bin/java + java:/usr/bin/javaws:/usr/lib/jvm/openjdk16-bin/bin/javaws + java:/usr/bin/jcontrol:/usr/lib/jvm/openjdk16-bin/bin/jcontrol + java:/usr/bin/jjs:/usr/lib/jvm/openjdk16-bin/bin/jjs + java:/usr/bin/keytool:/usr/lib/jvm/openjdk16-bin/bin/keytool + java:/usr/bin/orbd:/usr/lib/jvm/openjdk16-bin/bin/orbd + java:/usr/bin/pack200:/usr/lib/jvm/openjdk16-bin/bin/pack200 + java:/usr/bin/policytool:/usr/lib/jvm/openjdk16-bin/bin/policytool + java:/usr/bin/rmid:/usr/lib/jvm/openjdk16-bin/bin/rmid + java:/usr/bin/rmiregistry:/usr/lib/jvm/openjdk16-bin/bin/rmiregistry + java:/usr/bin/servertool:/usr/lib/jvm/openjdk16-bin/bin/servertool + java:/usr/bin/tnameserv:/usr/lib/jvm/openjdk16-bin/bin/tnameserv + java:/usr/bin/unpack200:/usr/lib/jvm/openjdk16-bin/bin/unpack200 + + jdk:/usr/bin/ControlPanel:/usr/lib/jvm/openjdk16-bin/bin/ControlPanel + jdk:/usr/bin/appletviewer:/usr/lib/jvm/openjdk16-bin/bin/appletviewer + jdk:/usr/bin/extcheck:/usr/lib/jvm/openjdk16-bin/bin/extcheck + jdk:/usr/bin/idlj:/usr/lib/jvm/openjdk16-bin/bin/idlj + jdk:/usr/bin/jar:/usr/lib/jvm/openjdk16-bin/bin/jar + jdk:/usr/bin/jarsigner:/usr/lib/jvm/openjdk16-bin/bin/jarsigner + jdk:/usr/bin/java-rmi.cgi:/usr/lib/jvm/openjdk16-bin/bin/java-rmi.cgi + jdk:/usr/bin/javac:/usr/lib/jvm/openjdk16-bin/bin/javac + jdk:/usr/bin/javadoc:/usr/lib/jvm/openjdk16-bin/bin/javadoc + jdk:/usr/bin/javafxpackager:/usr/lib/jvm/openjdk16-bin/bin/javafxpackager + jdk:/usr/bin/javah:/usr/lib/jvm/openjdk16-bin/bin/javah + jdk:/usr/bin/javap:/usr/lib/jvm/openjdk16-bin/bin/javap + jdk:/usr/bin/javapackager:/usr/lib/jvm/openjdk16-bin/bin/javapackager + jdk:/usr/bin/jcmd:/usr/lib/jvm/openjdk16-bin/bin/jcmd + jdk:/usr/bin/jconsole:/usr/lib/jvm/openjdk16-bin/bin/jconsole + jdk:/usr/bin/jdb:/usr/lib/jvm/openjdk16-bin/bin/jdb + jdk:/usr/bin/jdeps:/usr/lib/jvm/openjdk16-bin/bin/jdeps + jdk:/usr/bin/jhat:/usr/lib/jvm/openjdk16-bin/bin/jhat + jdk:/usr/bin/jinfo:/usr/lib/jvm/openjdk16-bin/bin/jinfo + jdk:/usr/bin/jmap:/usr/lib/jvm/openjdk16-bin/bin/jmap + jdk:/usr/bin/jmc:/usr/lib/jvm/openjdk16-bin/bin/jmc + jdk:/usr/bin/jmc.ini:/usr/lib/jvm/openjdk16-bin/bin/jmc.ini + jdk:/usr/bin/jps:/usr/lib/jvm/openjdk16-bin/bin/jps + jdk:/usr/bin/jrunscript:/usr/lib/jvm/openjdk16-bin/bin/jrunscript + jdk:/usr/bin/jsadebugd:/usr/lib/jvm/openjdk16-bin/bin/jsadebugd + jdk:/usr/bin/jstack:/usr/lib/jvm/openjdk16-bin/bin/jstack + jdk:/usr/bin/jstat:/usr/lib/jvm/openjdk16-bin/bin/jstat + jdk:/usr/bin/jstatd:/usr/lib/jvm/openjdk16-bin/bin/jstatd + jdk:/usr/bin/jvisualvm:/usr/lib/jvm/openjdk16-bin/bin/jvisualvm + jdk:/usr/bin/native2ascii:/usr/lib/jvm/openjdk16-bin/bin/native2ascii + jdk:/usr/bin/rmic:/usr/lib/jvm/openjdk16-bin/bin/rmic + jdk:/usr/bin/schemagen:/usr/lib/jvm/openjdk16-bin/bin/schemagen + jdk:/usr/bin/serialver:/usr/lib/jvm/openjdk16-bin/bin/serialver + jdk:/usr/bin/wsgen:/usr/lib/jvm/openjdk16-bin/bin/wsgen + jdk:/usr/bin/wsimport:/usr/lib/jvm/openjdk16-bin/bin/wsimport + jdk:/usr/bin/xjc:/usr/lib/jvm/openjdk16-bin/bin/xjc + + java-plugin:/usr/lib/mozilla/plugins/libnpjp2.so:/usr/lib/jvm/openjdk16-bin/jre/lib/$_arch/libnpjp2.so +" + +do_install() { + vmkdir /usr/lib/jvm/openjdk16-bin + cp -R ./* ${DESTDIR}/usr/lib/jvm/openjdk16-bin +} diff --git a/srcpkgs/ungoogled-chromium-marmaduke/template b/srcpkgs/ungoogled-chromium-marmaduke/template index 2b1c442..4c8bfe5 100644 --- a/srcpkgs/ungoogled-chromium-marmaduke/template +++ b/srcpkgs/ungoogled-chromium-marmaduke/template @@ -1,8 +1,8 @@ # Template file for 'ungoogled-chromium-marmaduke' -_chromiumRevision=827102 +_chromiumRevision=885287 pkgname=ungoogled-chromium-marmaduke -version=88.0.4324.150 +version=92.0.4515.159 revision=1 maintainer="mkf " homepage="https://github.com/macchrome/linchrome" @@ -17,7 +17,7 @@ _baseUrl="https://github.com/macchrome/linchrome/releases/download" _filename="v${version}-r${_chromiumRevision}-portable-ungoogled-Lin64/ungoogled-chromium_${version}_1.vaapi_linux.tar.xz" _chromiumUrl="${_baseUrl}/${_filename}" distfiles="$_chromiumUrl" -checksum=8b455ca7bba3b70023d43d2343f74963019931bbaee277ba000f03c7ee436dd5 +checksum=b5b4815ce856f783af7ae161fdaa850f97882ed8e862dd1cb8d07edddbf6a510 _licenseUrl="https://raw.githubusercontent.com/chromium/chromium/master/LICENSE" do_install() { diff --git a/srcpkgs/vpm/template b/srcpkgs/vpm/template new file mode 100644 index 0000000..016fb21 --- /dev/null +++ b/srcpkgs/vpm/template @@ -0,0 +1,15 @@ +# Template file for 'vpm' +pkgname=vpm +version=1.4 +revision=4 +short_desc="XBPS package management helper for VoidLinux" +maintainer="zenobit " +license="GPL-3.0-or-later" +homepage="https://github.com/oSoWoSo/vpm" +distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz" +checksum=56994ba90aaf9055d0c20a7fbbce7faf6b6d245fba551a427312114f7cb78ae4 + +do_install() { + vbin vpm + vcompletion bash-completion/completions/vpm bash +}