{"id":19463559,"url":"https://github.com/kndndrj/wiener","last_synced_at":"2025-10-30T21:48:14.404Z","repository":{"id":129153375,"uuid":"390618871","full_name":"kndndrj/wiener","owner":"kndndrj","description":"Install Wine programs on Arch","archived":false,"fork":false,"pushed_at":"2021-08-31T05:01:07.000Z","size":32,"stargazers_count":10,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T19:22:03.845Z","etag":null,"topics":["archlinux","fusion360","linux","wine"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kndndrj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-29T06:06:30.000Z","updated_at":"2025-03-04T21:53:06.000Z","dependencies_parsed_at":"2023-04-25T14:16:18.715Z","dependency_job_id":null,"html_url":"https://github.com/kndndrj/wiener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kndndrj%2Fwiener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kndndrj%2Fwiener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kndndrj%2Fwiener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kndndrj%2Fwiener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kndndrj","download_url":"https://codeload.github.com/kndndrj/wiener/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250782295,"owners_count":21486431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archlinux","fusion360","linux","wine"],"created_at":"2024-11-10T18:11:12.099Z","updated_at":"2025-10-30T21:48:14.294Z","avatar_url":"https://github.com/kndndrj.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wiener\n[![Wine - 6.13-1](https://img.shields.io/badge/Wine-6.13--1-red?style=for-the-badge)](https://www.winehq.org/) [![DXVK - v1.9](https://img.shields.io/badge/DXVK-v1.9-2ea44f?style=for-the-badge)](https://github.com/doitsujin/dxvk) [![winetricks - 20210206-next](https://img.shields.io/badge/winetricks-20210206--next-2ea44f?style=for-the-badge)](https://github.com/Winetricks/winetricks)\n\nThe script automatically downloads and installs the programs on your system and\nit also installs any prerequisites first, so you don't have to worry about\nthem.\n\nTo check which programs are available for install, check  the\n[packages](packages/) directory in this repository.\n\n## Requirements\nBefore installing, please make sure to have the appropriate graphics drivers\ninstalled. Reffer to\n[Lutris](https://github.com/lutris/docs/blob/master/InstallingDrivers.md#arch--manjaro--other-arch-derivatives)\nand [Arch](https://wiki.archlinux.org/title/Xorg#Driver_installation) wikis.\n\n## Download\nTo download the script, open a new terminal window, navigate to a folder in\nwhich you want to save the script (e.g. `cd ~/Downloads`) and copy the\nfollowing code snippet to the terminal:\n```sh\ncurl -Lo wiener.sh https://raw.githubusercontent.com/Kndndrj/wiener/master/wiener.sh; \\\nchmod +x wiener.sh\n```\nThat should have created a new file called `wiener.sh`.\n\nAlternatively you can just clone the git repository.\n\n## Usage\n#### Simple Install\nFor a simple installation, just run:\n```sh\n./wiener.sh \u003cpackage_name\u003e install\n```\n#### Custom Install Directory\nIf you want to specify your own install directory and a directory to store\ndownloads to, run:\n```sh\n./wiener.sh \u003cpackage_name\u003e install -p \u003cyour/install/directory\u003e -t \u003cyour/downloads/directory\u003e\n```\n#### Installation Failed\nIf the installation process was interrupted or you have any other problems\nduring install, try using `install-clean` instead of `install`. For example:\n```sh\n./wiener.sh \u003cpackage_name\u003e install-clean -p \u003cyour/install/directory\u003e ...\n```\n#### Updating programs\nIf you need to update any programs, just perform a clean install again:\n```sh\n./wiener.sh \u003cpackage_name\u003e install-clean\n```\n#### Uninstalling\nTo uninstall, simply run:\n```sh\n./wiener.sh \u003cpackage_name\u003e uninstall\n```\nAnd follow the on-screen instructions.\n#### List Available Packages\nTo list all packages that can be installed, run:\n```sh\n./wiener.sh list-packages\n```\n#### Special Cases\nIf you have any other needs, read `help`. You find it by running:\n```sh\n./wiener.sh -h\n```\n\n## Problems\n#### Can't find a \".desktop\" file\nFirst check in ~/.local/share/applications. Desktop files should be somewhere\nclose.\n\n## Contributing\nIf you happen to have a script for your wine application, it shouldn't be too\nhard to adapt it for wiener. put the script with the name of the program into\n`packages` directory and implement two functions. The first one is\n`download_packages()`, in it you download any packages to the `$TEMPDIR`\ndirectory. The second function is `install_packages()`, use it to make a prefix\nin the `$INSTALLDIR` directory, install the program itself and if needed,\ncreate a `.destop` file.\n\nI'll be happy to see your pull request!\n\n## Other\nIf you have any other questions or comments, feel free to post them into the\n[Issues](https://github.com/Kndndrj/wiener/issues) section.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkndndrj%2Fwiener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkndndrj%2Fwiener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkndndrj%2Fwiener/lists"}