Commit Graph

15 Commits

Author SHA1 Message Date
Steven Sherry 5083cd98f0
Update README.md 2022-04-08 10:08:43 -05:00
Steven Sherry 1e2617b794
Goodbye 2022-04-08 10:06:24 -05:00
Oskar Gargas 217fa0dec3
Updated dependencies to newest and Tesseract to 4.1.3 (#15)
To compile Tesseract without libcurl support autogen options were backported from 5.0.1 tag
2022-02-18 21:06:08 -06:00
Steven Sherry f024dddceb
Update README.md 2021-03-07 03:50:34 -06:00
Steven Sherry 7891799041
Release/0.2.0 (#11)
* Release/0.2.0 rc (#7)

* Fix Build workflow by installing automake and pkg-config on the host machine. (#2)

Trigger Build workflow on any branch BUT release/* and only on pull requests targeting develop

* Update README.md with instructions for linking libz and libc++ for an SPM target

* Feature/m1 and friends (#6)

* Initial run at m1 support

* Fix task call

* Delete publish.go

* Update update_package_swift.py to use textwrap module for trimming common whitespace so that multiline text does not need to start at column 0 in the script file.

* Fix whitespace in deliver.yml

* Update publish workflow to (hopefully) publish release when tag has been created

* Fix method for setting RELEASE_VERSION environment variables for later use

* Auto-updating Package.swift

* Release/0.2.0 rc1 (#9)

* Fix Build workflow by installing automake and pkg-config on the host machine. (#2)

Trigger Build workflow on any branch BUT release/* and only on pull requests targeting develop

* Update README.md with instructions for linking libz and libc++ for an SPM target

* Feature/m1 and friends (#6)

* Initial run at m1 support

* Fix task call

* Delete publish.go

* Release/0.2.0 rc (#8)

* Update update_package_swift.py to use textwrap module for trimming common whitespace so that multiline text does not need to start at column 0 in the script file.

* Fix whitespace in deliver.yml

* Update publish workflow to (hopefully) publish release when tag has been created

* Fix method for setting RELEASE_VERSION environment variables for later use

* Auto-updating Package.swift

* Fix issue with zip logic

* Auto-updating Package.swift

* Auto-updating Package.swift

* Auto-updating Package.swift

* Do not upload
Update README with updated version and build dependency instructions
2021-03-07 03:47:43 -06:00
Steven Sherry 43fb158334
Release/0.2.0 rc1 (#10)
* Release/0.2.0 rc (#7)

* Fix Build workflow by installing automake and pkg-config on the host machine. (#2)

Trigger Build workflow on any branch BUT release/* and only on pull requests targeting develop

* Update README.md with instructions for linking libz and libc++ for an SPM target

* Feature/m1 and friends (#6)

* Initial run at m1 support

* Fix task call

* Delete publish.go

* Update update_package_swift.py to use textwrap module for trimming common whitespace so that multiline text does not need to start at column 0 in the script file.

* Fix whitespace in deliver.yml

* Update publish workflow to (hopefully) publish release when tag has been created

* Fix method for setting RELEASE_VERSION environment variables for later use

* Auto-updating Package.swift

* Fix issue with zip logic

* Auto-updating Package.swift

* Auto-updating Package.swift
2021-03-06 09:58:55 -06:00
Steven Sherry bf096261da
Release/0.2.0 rc (#8)
* Update update_package_swift.py to use textwrap module for trimming common whitespace so that multiline text does not need to start at column 0 in the script file.

* Fix whitespace in deliver.yml

* Update publish workflow to (hopefully) publish release when tag has been created

* Fix method for setting RELEASE_VERSION environment variables for later use

* Auto-updating Package.swift
2021-03-06 01:21:25 -06:00
Steven Sherry 946e0e83ba
Delete publish.go 2021-03-05 21:51:53 -06:00
Steven Sherry cb4a695e38
Feature/m1 and friends (#6)
* Initial run at m1 support

* Fix task call
2021-03-05 21:48:15 -06:00
Steven Sherry 0b1403e40d
Update README.md with instructions for linking libz and libc++ for an SPM target 2020-07-15 01:09:36 -05:00
Steven Sherry eb3c7e2e87
Fix Build workflow by installing automake and pkg-config on the host machine. (#2)
Trigger Build workflow on any branch BUT release/* and only on pull requests targeting develop
2020-07-07 21:42:36 -05:00
Steven Sherry d8b5fab45f
Release/0.1.0 (#1)
* Removed references to "fat" libraries and pluralizations of variables in the Makefile now that these are single-architecture binaries. Uncommented all the commented lines in build_all.sh

* Wrote publish.go to handle zipping xcframework, as well as performing operations on bintray for creating versions, uploading, and publishing artifacts

* Fixed missing closing paren in publish function in publish.go

* Set up workflows for building, publishing, and distributing libtesseract

* Install pkg-config

* Removed codesigning from project

* Looks like an initial Package.swift is neccessary to run `swift package compute-checksum` on the zipped xcframework

* Auto-updating Package.swift

* Publish.go: Move xcframework to cwd before zipping. Archiving using a relative path caused issues with the archive.
README: Updated bages

* Auto-updating Package.swift

* Updated README with build dependency information and fixed badge spacing.

* Fix typo in README.
2020-07-07 20:43:27 -05:00
Steven Sherry cc776c3aab
Add MIT license 2020-07-02 01:15:05 -05:00
Steven Sherry d04ea42267
Adds issue and pull request templates and a big fat disclaimer about the quality of he Makefile 2020-07-02 01:10:41 -05:00
Steven Sherry 64000c352e
Initial build configuration set up 2020-07-02 00:44:08 -05:00